点击或拖拽改变大小

RGraphicsDrawImage 方法 (RImage, RRect)

Draws the specified Image at the specified location and with the specified size.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public abstract void DrawImage(
	RImage image,
	RRect destRect
)

参数

image
类型:DSkin.Html.AdaptersRImage
Image to draw.
destRect
类型:DSkin.Html.Adapters.EntitiesRRect
Rectangle structure that specifies the location and size of the drawn image.
参见