AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : DrawPie Method |
The RGB color of the circles outline. You can use the RGB function to specify the color.
Note: Value specified must be in a valid OLE_COLOR range.
The RGB color of the circles outline. You can use the RGB function to specify the color.
Note: Value specified must be in a valid OLE_COLOR range.
Draws a pie-shaped wedge by drawing an elliptical arc whose center and two endpoints are joined by lines. The center of the arc is the center of the bounding rectangle specified by (x1, y1) and (x2, y2). The starting and end points of the arc are determined by the StartAngle and EndAngle values. The arc is drawn in a counterclockwise direction.
To fill a pie, set the DrawFillColor and DrawFillStyle properties of the object on which the pie is drawn.
The width of the line used to draw the pie depends on the setting of the DrawWidth property. The way the pie is drawn on the background depends on the setting of the DrawMode and DrawStyle properties.
This method draws into the control's DIB.