LineSegment.IsStartLeftOfEnd 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 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.