Click or drag to resize

Cross2DF Constructor

http://www.emgu.com
Construct a cross

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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