PictureBox-DrawPoint

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

This method paints one or more points on the picture box at PointX, PointY. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).