| Function Name | dcl-PictureBox-DrawPoint |
|---|---|
| Syntax | (dcl-PictureBox-DrawPoint
<CONTROL>
(List of Lists as (PointX [as
Long]
PointY [as
Long] Color [as
Color]) ...)) |
| Return Type | Boolean (T if successful; otherwise NIL) |
| Applies To | Picture Box |
此方法在PointX,PointY绘制图片框上的一个或多个点。 所有点都在客户端坐标中指定(以像素为单位,相对于控件的左上角)。