| void CBCGPComplexGeometry::AddArc | ( | const CBCGPPoint & | pt, | 
| const CBCGPSize | szRadius, | ||
| BOOL | bIsClockwise = TRUE, | ||
| BOOL | bIsLargeArc = FALSE, | ||
| double | dblRotationAngle = 0. | ||
| ) | 
Adds an arc segment to the geometry.
| pt | The arc end point. | 
| szRadius | The arc radius. | 
| bIsClockwise | TRUE if arc is clockwise. | 
| bIsLargeArc | TRUE if the arc is large (more than 180 degrees). | 
| dblRotationAngle | (optional) The arc rotation angle. |