This document is archived and information here might be outdated. Recommended version. |
Returns the number of horizontal intersections.
[Visual Basic .NET] Public Function HorizontalIntersectionCount ( _ ByRef p As WKSPoint, _ ByRef pointOnLine As Boolean _ ) As Integer
[C#] public int HorizontalIntersectionCount ( ref WKSPoint p, ref bool pointOnLine );
[C++]
HRESULT HorizontalIntersectionCount(
WKSPoint* p,
Boolean* pointOnLine
);
[C++] Parameters p
p is a parameter of type WKSPoint* pointOnLine [out]
pointOnLine is a parameter of type bool*