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)
Syntaxpublic 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
)
new :
center : PointF *
width : float32 *
height : float32 -> Cross2DF
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