LineSegment.IsStartAboveEnd Method

Definition

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.

Applies to