点击或拖拽改变大小

RGraphicsDrawImage 方法 (RImage, RRect, RRect)

Draws the specified portion of the specified RImage 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,
	RRect srcRect
)

参数

image
类型:DSkin.Html.AdaptersRImage
Image to draw.
destRect
类型:DSkin.Html.Adapters.EntitiesRRect
Rectangle structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle.
srcRect
类型:DSkin.Html.Adapters.EntitiesRRect
Rectangle structure that specifies the portion of the image object to draw.
参见