www.emgu.com/wiki
Construct a cross

Declaration Syntax
public Cross2D(
Point2D<T> center,
T width,
T height
)
Public Sub New ( _
center As Point2D(Of T), _
width As T, _
height As T _
)
public:
Cross2D(
Point2D<T>^ center,
T width,
T height
)

Parameters
- center (Point2D<(Of <(T>)>))
- The center of the cross
- width (T)
- the width of the cross
- height (T)
- the height of the cross
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)