Click or drag to resize
MapTColor, TDepthDraw Method
http://www.emgu.com
Overload List
  NameDescription
Public methodDraw(RectangleF, TColor, Int32)
Draw a rectangle in the map
Public methodDraw(Cross2DF, TColor, Int32)
Draw a 2D Cross using the specific color and thickness
(Inherited from ImageTColor, TDepth.)
Public methodDraw(IConvexPolygonF, TColor, Int32)
Draw a convex polygon of the specific color and thickness
(Overrides ImageTColor, TDepthDraw(IConvexPolygonF, TColor, Int32).)
Public methodDraw(Point, TColor, Int32, LineType, Point)
Draws contour outlines in the image if thickness>=0 or fills area bounded by the contours if thickness<0
(Inherited from ImageTColor, TDepth.)
Public methodDraw(Rectangle, TColor, Int32, LineType, Int32)
Draw an Rectangle of the specific color and thickness
(Inherited from ImageTColor, TDepth.)
Public methodDraw(CircleF, TColor, Int32, LineType, Int32)
Draw a Circle of the specific color and thickness
(Overrides ImageTColor, TDepthDraw(CircleF, TColor, Int32, LineType, Int32).)
Public methodDraw(Ellipse, TColor, Int32, LineType, Int32)
Draw a Ellipse of the specific color and thickness
(Inherited from ImageTColor, TDepth.)
Public methodDraw(LineSegment2D, TColor, Int32, LineType, Int32)
Draw a line segment using the specific color and thickness
(Inherited from ImageTColor, TDepth.)
Public methodDraw(LineSegment2DF, TColor, Int32, LineType, Int32)
Draw a line segment in the map
(Overrides ImageTColor, TDepthDraw(LineSegment2DF, TColor, Int32, LineType, Int32).)
Public methodDraw(String, Point, FontFace, Double, TColor, Int32, LineType, Boolean)
Draw the text using the specific font on the image
(Overrides ImageTColor, TDepthDraw(String, Point, FontFace, Double, TColor, Int32, LineType, Boolean).)
Public methodDraw(IInputArrayOfArrays, Int32, TColor, Int32, LineType, IInputArray, Int32, Point)
Draws contour outlines in the image if thickness>=0 or fills area bounded by the contours if thickness<0
(Inherited from ImageTColor, TDepth.)
Top
See Also