Click or drag to resize
Cross2DF Constructor
http://www.emgu.com
Construct a cross

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Cross2DF(
	PointF center,
	float width,
	float height
)

Parameters

center
Type: System.DrawingPointF
The center of the cross
width
Type: SystemSingle
the width of the cross
height
Type: SystemSingle
the height of the cross
See Also