| Funktionsname | dcl_PictureBox_DrawArc |
|---|---|
| Syntax | (dcl_PictureBox_DrawArc
<CONTROL>
(List of Lists as (CenterX [als Long]
CenterY [als
Long]
Radius [als
Long]
StartDirectionX [als Long]
StartDirectionY [als Long]
EndDirectionX [als Long]
EndDirectionY [als Long] Color [als Color]) ...)) |
| Rückgabewert | Boolean (T if successful; otherwise NIL) |
| Anwendbar auf | Picture Box |
This method paints one or more arcs on the picture box, using StartDirectionX, StartDirectionY to determine the angle of the start point, and EndDirectionX, EndDirectionY to determine the angle of the end point. All points are specified in client coordinates (in pixels, relative to the upper left corner of the control).