Get the horizonal linesegment of this cross

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public LineSegment2DF Horizontal { get; }
Visual Basic (Declaration)
Public ReadOnly Property Horizontal As LineSegment2DF
Visual C++
public:
property LineSegment2DF Horizontal {
	LineSegment2DF get ();
}

See Also