LineSegment.IsStartLeftOfEnd Method

Definition

Detects whether the starting point of the segment is left of the end point.

public:
 bool IsStartLeftOfEnd();
public bool IsStartLeftOfEnd ();
member this.IsStartLeftOfEnd : unit -> bool
Public Function IsStartLeftOfEnd () As Boolean

Returns

true means starting point is to the left of the end point; false means it's not.

Applies to