Construct a cross

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

Syntax

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

Parameters

center
Type: System.Drawing..::.PointF
The center of the cross
width
Type: System..::.Single
the width of the cross
height
Type: System..::.Single
the height of the cross

See Also