LineSegment.IsStartAboveEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Detects whether the starting point of the segment is above the end point.
public:
bool IsStartAboveEnd();
public bool IsStartAboveEnd ();
member this.IsStartAboveEnd : unit -> bool
Public Function IsStartAboveEnd () As Boolean
Returns
true means start point is above end point; false means it's not.