|
pure virtual |
Draws an arc between the specified points using the specified stroke style.
ptFrom | The arc start point. |
ptTo | The line arcpoint. |
sizeRadius | The size radius. |
bIsClockwise | TRUE if the arc has a clockwise direction. |
bIsLargeArc | TRUE if the arc is large (more than 180 degrees). |
brush | The brush used to paint the arc. |
lineWidth | Specifies the width of the line. |
pStrokeStyle | The stroke style. NULL - solid line. |