LineSegment.IsHorizontal 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 segment is horizontal.
public:
bool IsHorizontal();
public bool IsHorizontal ();
member this.IsHorizontal : unit -> bool
Public Function IsHorizontal () As Boolean
Returns
true means segment is horizontal; false means it's not.