DSkin
DSkin
DSkin.Html.Adapters
RGraphics 类
RGraphics 方法
DrawImage 方法
DrawImage 方法 (RImage, RRect)
DrawImage 方法 (RImage, RRect, RRect)
RGraphics
DrawImage 方法 (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.Adapters
RImage
Image to draw.
destRect
类型:
DSkin.Html.Adapters.Entities
RRect
Rectangle structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle.
srcRect
类型:
DSkin.Html.Adapters.Entities
RRect
Rectangle structure that specifies the portion of the
image
object to draw.
参见
引用
RGraphics 类
DrawImage 重载
DSkin.Html.Adapters 命名空间