This document is archived and information here might be outdated. Recommended version. |
Indicates whether the query point is to the right of the curve at the current position.
[Visual Basic .NET] Public ReadOnly Property OnRightSide As Boolean
[C#] public bool OnRightSide {get;}
[C++]
HRESULT get_OnRightSide(
Boolean* OnRightSide
);
[C++]
Parameters OnRightSide [out, retval]
OnRightSide is a parameter of type bool*
OnRightSide indicates if the current point is on the right side of the curve.