This document is archived and information here might be outdated. Recommended version. |
The center point.
[Visual Basic .NET] Public ReadOnly Property CenterPoint As IPoint
[C#] public IPoint CenterPoint {get;}
[C++]
HRESULT get_CenterPoint(
IPoint** outCenter
);
[C++] Parameters outCenter [out, retval]
outCenter is a parameter of type IPoint**
Returns the Center Point of the CircularArc. The Center Point is the Point equidistant from all other points on the CircularArc, and it is the point from which the Radius is measured.