ImageTColor, TDepthDraw Method (Cross2DF, TColor, Int32) |
http://www.emgu.com Draw a 2D Cross using the specific color and thickness
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void Draw(
Cross2DF cross,
TColor color,
int thickness
)
Public Sub Draw (
cross As Cross2DF,
color As TColor,
thickness As Integer
)
public:
void Draw(
Cross2DF cross,
TColor color,
int thickness
)
member Draw :
cross : Cross2DF *
color : 'TColor *
thickness : int -> unit
Parameters
- cross
- Type: Emgu.CV.StructureCross2DF
The 2D Cross to be drawn - color
- Type: TColor
The color of the cross - thickness
- Type: SystemInt32
Must be > 0
See Also