LineSegment.IsHorizontal Method

Definition

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.

Applies to