RGraphicsDrawRectangle 方法 (RBrush, Double, Double, Double, Double) |
Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public abstract void DrawRectangle(
RBrush brush,
double x,
double y,
double width,
double height
)
参数
- brush
- 类型:DSkin.Html.AdaptersRBrush
Brush that determines the characteristics of the fill. - x
- 类型:SystemDouble
The x-coordinate of the upper-left corner of the rectangle to fill. - y
- 类型:SystemDouble
The y-coordinate of the upper-left corner of the rectangle to fill. - width
- 类型:SystemDouble
Width of the rectangle to fill. - height
- 类型:SystemDouble
Height of the rectangle to fill.
参见