http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Construct a cross
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Cross2DF( PointF center, float width, float height ) |
Visual Basic |
---|
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