This document is archived and information here might be outdated. Recommended version. |
Indicates if this elliptical arc is acutally circular (major and minor axes same length).
[Visual Basic .NET] Public ReadOnly Property IsCircular As Boolean
[C#] public bool IsCircular {get;}
[C++]
HRESULT get_IsCircular(
Boolean* IsCircular
);
[C++]
Parameters IsCircular [out, retval]
IsCircular is a parameter of type bool*
IsCircular returns TRUE when the minorMajorRatio=1.