Draws a line connecting the two points specified by the coordinate pairs.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public abstract void DrawLine(
RPen pen,
double x1,
double y1,
double x2,
double y2
)
参数
- pen
- 类型:DSkin.Html.AdaptersRPen
Pen that determines the color, width, and style of the line. - x1
- 类型:SystemDouble
The x-coordinate of the first point. - y1
- 类型:SystemDouble
The y-coordinate of the first point. - x2
- 类型:SystemDouble
The x-coordinate of the second point. - y2
- 类型:SystemDouble
The y-coordinate of the second point.
参见