DrawLine 方法
DrawLine(StartX, StartY, EndX, EndY, [Color], [Width], [Style])
在指定矩形位置绘制直线。应该在 框架 的 Paint 事件里编写绘图代码, 否则当窗口重绘后你的绘图会被覆盖掉.
参数
参数 | 说明 |
StartX,StartY | 起始点坐标 |
EndX,EndY | 结束点坐标 |
Color | 可选参数,颜色值 |
Width | 可选参数,默认为1 |
Style | 可选参数,线条风格 0实线 1虚线 2点线 3虚线和点线交替 注意:1-3风格只有Width为1时才有效 |
应用于
Gird 对象