RGraphicsDrawRectangle 方法 (RPen, Double, Double, Double, Double) |
Draws a rectangle specified by a coordinate pair, a width, and a height.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public abstract void DrawRectangle(
RPen pen,
double x,
double y,
double width,
double height
)
参数
- pen
- 类型:DSkin.Html.AdaptersRPen
A Pen that determines the color, width, and style of the rectangle. - x
- 类型:SystemDouble
The x-coordinate of the upper-left corner of the rectangle to draw. - y
- 类型:SystemDouble
The y-coordinate of the upper-left corner of the rectangle to draw. - width
- 类型:SystemDouble
The width of the rectangle to draw. - height
- 类型:SystemDouble
The height of the rectangle to draw.
参见