RGraphicsGetTextureBrush 方法 |
Get TextureBrush object that uses the specified image and bounding rectangle.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public abstract RBrush GetTextureBrush(
RImage image,
RRect dstRect,
RPoint translateTransformLocation
)
参数
- image
- 类型:DSkin.Html.AdaptersRImage
The Image object with which this TextureBrush object fills interiors. - dstRect
- 类型:DSkin.Html.Adapters.EntitiesRRect
A Rectangle structure that represents the bounding rectangle for this TextureBrush object. - translateTransformLocation
- 类型:DSkin.Html.Adapters.EntitiesRPoint
The dimension by which to translate the transformation
返回值
类型:
RBrush[缺少 "M:DSkin.Html.Adapters.RGraphics.GetTextureBrush(DSkin.Html.Adapters.RImage,DSkin.Html.Adapters.Entities.RRect,DSkin.Html.Adapters.Entities.RPoint)" 的 <returns> 文档]
参见