This document is archived and information here might be outdated. Recommended version. |
Indicates if the arc has degenerated to a point (radius is 0).
[Visual Basic .NET]
Public ReadOnly Property IsPoint As Boolean
[C#]
public bool IsPoint {get;}
[C++]
HRESULT get_IsPoint(
Boolean* IsPoint
);
[C++] Parameters IsPoint [out, retval]
IsPoint is a parameter of type bool*
IsPoint returns TRUE when the Radius equals 0.
IsPoint returns FALSE when the Radius > 0, even if the CentralAngle equals 0.