Emgu CV Library Documentation
Cross2DF Constructor (center, width, height)
NamespacesEmgu.CV.StructureCross2DFCross2DF(PointF, Single, Single)

www.emgu.com/wiki
Construct a cross
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)