Construct a cross

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Cross2DF(
	PointF center,
	float width,
	float height
)
Public Sub New ( _
	center As PointF, _
	width As Single, _
	height As Single _
)
public:
Cross2DF(
	PointF center, 
	float width, 
	float height
)

Parameters

center
PointF
The center of the cross
width
Single
the width of the cross
height
Single
the height of the cross

See Also