BCGControlBar Pro for MFC
CBCGPArcSegment

Detailed Description

The CBCGPArcSegment class implements the Complex geometry arc segment. Used internally by CBCGPComplexGeometry class.

Inherits CBCGPSegment.

Public Member Functions

 CBCGPArcSegmentConstructor.
 

Public Attributes

 m_bIsClockwiseTRUE if arc is clockwise.
 
 m_bIsLargeArcTRUE if the arc is large (more than 180 degrees).
 
 m_dblRotationAngleThe arc rotation angle.
 
 m_PointThe arc end point.
 
 m_RadiusThe arc radius.