ImageDrawer Class

CVB.Net Documentation
Immediate mode drawing on a Image plane.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbImageDrawer

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static class ImageDrawer
Methods

  NameDescription
Public methodStatic memberDrawCircle(Image, RgbColor, Int32, Circle)
Draws a circle on all planes of the given image.
Public methodStatic memberDrawCircle(Image, Double, Int32, Circle)
Draws a circle on all planes of the given image.
Public methodStatic memberDrawCircle(ImagePlane, Double, Int32, Circle)
Draws a circle on the given Imageplane.
Public methodStatic memberDrawCircle(Image, RgbColor, Int32, Point2D, Int32)
Draws a circle on all planes of the given image.
Public methodStatic memberDrawCircle(Image, Double, Int32, Point2D, Int32)
Draws a circle on all planes of the given image.
Public methodStatic memberDrawCircle(ImagePlane, Double, Int32, Point2D, Int32)
Draws a circle on the given Imageplane.
Public methodStatic memberDrawCircle(Image, RgbColor, Int32, Int32, Int32, Int32)
Draws a circle on all planes of the given image.
Public methodStatic memberDrawCircle(Image, Double, Int32, Int32, Int32, Int32)
Draws a circle on all planes of the given image.
Public methodStatic memberDrawCircle(ImagePlane, Double, Int32, Int32, Int32, Int32)
Draws a line on the given Imageplane.
Public methodStatic memberDrawEllipse(Image, RgbColor, Int32, Ellipse)
Draws an ellipse border on all planes of the given image.
Public methodStatic memberDrawEllipse(Image, Double, Int32, Ellipse)
Draws an ellipse border on all planes of the given image.
Public methodStatic memberDrawEllipse(ImagePlane, Double, Int32, Ellipse)
Draws an ellipse border on the given Imageplane.
Public methodStatic memberDrawEllipse(Image, RgbColor, Int32, Point2D, Int32, Int32)
Draws an ellipse border on all planes of the given image and zero degrees rotation.
Public methodStatic memberDrawEllipse(Image, Double, Int32, Point2D, Int32, Int32)
Draws an ellipse border on all planes of the given image and zero degrees rotation.
Public methodStatic memberDrawEllipse(ImagePlane, Double, Int32, Point2D, Int32, Int32)
Draws an ellipse border on the given Imageplane and zero degrees rotation.
Public methodStatic memberDrawEllipse(Image, RgbColor, Int32, Point2D, Int32, Int32, Angle)
Draws an ellipse border on all planes of the given image.
Public methodStatic memberDrawEllipse(Image, RgbColor, Int32, Int32, Int32, Int32, Int32)
Draws an ellipse border on all planes of the given image and zero degrees rotation.
Public methodStatic memberDrawEllipse(Image, Double, Int32, Point2D, Int32, Int32, Angle)
Draws an ellipse border on all planes of the given image.
Public methodStatic memberDrawEllipse(Image, Double, Int32, Int32, Int32, Int32, Int32)
Draws an ellipse border on all planes of the given image and zero degrees rotation.
Public methodStatic memberDrawEllipse(ImagePlane, Double, Int32, Point2D, Int32, Int32, Angle)
Draws an ellipse border on the given Imageplane.
Public methodStatic memberDrawEllipse(ImagePlane, Double, Int32, Int32, Int32, Int32, Int32)
Draws an ellipse border on the given Imageplane and zero degrees rotation.
Public methodStatic memberDrawEllipse(Image, RgbColor, Int32, Int32, Int32, Int32, Int32, Angle)
Draws an ellipse border on all planes of the given image.
Public methodStatic memberDrawEllipse(Image, Double, Int32, Int32, Int32, Int32, Int32, Angle)
Draws an ellipse border on all planes of the given image.
Public methodStatic memberDrawEllipse(ImagePlane, Double, Int32, Int32, Int32, Int32, Int32, Angle)
Draws an ellipse border on the given Imageplane.
Public methodStatic memberDrawLine(Image, RgbColor, Int32, Line)
Draws a line on all planes of the given image.
Public methodStatic memberDrawLine(Image, Double, Int32, Line)
Draws a line on all planes of the given image.
Public methodStatic memberDrawLine(ImagePlane, Double, Int32, Line)
Draws a line on the given Imageplane.
Public methodStatic memberDrawLine(Image, RgbColor, Int32, Point2D, Point2D)
Draws a line on all planes of the given image.
Public methodStatic memberDrawLine(Image, Double, Int32, Point2D, Point2D)
Draws a line on all planes of the given image.
Public methodStatic memberDrawLine(ImagePlane, Double, Int32, Point2D, Point2D)
Draws a line on the given Imageplane.
Public methodStatic memberDrawLine(Image, RgbColor, Int32, Int32, Int32, Int32, Int32)
Draws a line on all planes of the given image.
Public methodStatic memberDrawLine(Image, Double, Int32, Int32, Int32, Int32, Int32)
Draws a line on all planes of the given image.
Public methodStatic memberDrawLine(ImagePlane, Double, Int32, Int32, Int32, Int32, Int32)
Draws a line on the given Imageplane.
Public methodStatic memberDrawLines(Image, RgbColor, Int32, Point2D)
Draws multiple connected lines as by the given points on all image planes.
Public methodStatic memberDrawLines(Image, Double, Int32, Point2D)
Draws multiple connected lines as by the given points on all image planes.
Public methodStatic memberDrawLines(ImagePlane, Double, Int32, Point2D)
Draws multiple connected lines as by the given points on the given Imageplane.
Public methodStatic memberDrawRectangle(Image, RgbColor, Int32, Area2D)
Draw a destructive rectangle over the content of an image.
Public methodStatic memberDrawRectangle(Image, RgbColor, Int32, Rect)
Draw a destructive rectangle over the content of an image.
Public methodStatic memberDrawRectangle(Image, Double, Int32, Area2D)
Draw a destructive rectangle over the content of an image.
Public methodStatic memberDrawRectangle(Image, Double, Int32, Rect)
Draw a destructive rectangle over the content of an image.
Public methodStatic memberDrawRectangle(ImagePlane, Double, Int32, Area2D)
Draw a destructive rectangle over the content of an image.
Public methodStatic memberDrawRectangle(ImagePlane, Double, Int32, Rect)
Draw a destructive rectangle over the content of an image.
Public methodStatic memberFillCircle(Image, RgbColor, Circle)
Fills a circle on all planes of the given image.
Public methodStatic memberFillCircle(Image, Double, Circle)
Fills a circle on all planes of the given image.
Public methodStatic memberFillCircle(ImagePlane, Double, Circle)
Fills a circle on the given Imageplane.
Public methodStatic memberFillCircle(Image, RgbColor, Point2D, Int32)
Fills a circle on all planes of the given image.
Public methodStatic memberFillCircle(Image, Double, Point2D, Int32)
Fills a circle on all planes of the given image.
Public methodStatic memberFillCircle(ImagePlane, Double, Point2D, Int32)
Fills a circle on the given Imageplane.
Public methodStatic memberFillCircle(Image, RgbColor, Int32, Int32, Int32)
Fills a circle on all planes of the given image.
Public methodStatic memberFillCircle(Image, Double, Int32, Int32, Int32)
Fills a circle on all planes of the given image.
Public methodStatic memberFillCircle(ImagePlane, Double, Int32, Int32, Int32)
Fills a line on the given Imageplane.
Public methodStatic memberFillEllipse(Image, RgbColor, Ellipse)
Fills an ellipse on all planes of the given image.
Public methodStatic memberFillEllipse(Image, Double, Ellipse)
Fills an ellipse on all planes of the given image.
Public methodStatic memberFillEllipse(ImagePlane, Double, Ellipse)
Fills an ellipse on the given Imageplane.
Public methodStatic memberFillEllipse(Image, RgbColor, Point2D, Int32, Int32)
Fills an ellipse on all planes of the given image and zero degrees rotation.
Public methodStatic memberFillEllipse(Image, Double, Point2D, Int32, Int32)
Fills an ellipse on all planes of the given image and zero degrees rotation.
Public methodStatic memberFillEllipse(ImagePlane, Double, Point2D, Int32, Int32)
Fills an ellipse on the given Imageplane and zero degrees rotation.
Public methodStatic memberFillEllipse(Image, RgbColor, Point2D, Int32, Int32, Angle)
Fills an ellipse on all planes of the given image.
Public methodStatic memberFillEllipse(Image, RgbColor, Int32, Int32, Int32, Int32)
Fills an ellipse on all planes of the given image and zero degrees rotation.
Public methodStatic memberFillEllipse(Image, Double, Point2D, Int32, Int32, Angle)
Fills an ellipse on all planes of the given image.
Public methodStatic memberFillEllipse(Image, Double, Int32, Int32, Int32, Int32)
Fills an Ellipse on all planes of the given image and zero degrees rotation.
Public methodStatic memberFillEllipse(ImagePlane, Double, Point2D, Int32, Int32, Angle)
Fills an ellipse on the given Imageplane.
Public methodStatic memberFillEllipse(ImagePlane, Double, Int32, Int32, Int32, Int32)
Fills an ellipse on the given Imageplane and zero degrees rotation.
Public methodStatic memberFillEllipse(Image, RgbColor, Int32, Int32, Int32, Int32, Angle)
Fills an ellipse on all planes of the given image.
Public methodStatic memberFillEllipse(Image, Double, Int32, Int32, Int32, Int32, Angle)
Fills an Ellipse on all planes of the given image.
Public methodStatic memberFillEllipse(ImagePlane, Double, Int32, Int32, Int32, Int32, Angle)
Fills an ellipse on the given Imageplane.
Public methodStatic memberFillRectangle(Image, RgbColor, Area2D)
Draw a filled destructive rectangle over the content of an image.
Public methodStatic memberFillRectangle(Image, RgbColor, Rect)
Draw a filled destructive rectangle over the content of an image.
Public methodStatic memberFillRectangle(Image, Double, Area2D)
Draw a filled destructive rectangle over the content of an image.
Public methodStatic memberFillRectangle(Image, Double, Rect)
Draw a filled destructive rectangle over the content of an image.
Public methodStatic memberFillRectangle(ImagePlane, Double, Area2D)
Draw a filled destructive rectangle over the content of an image.
Public methodStatic memberFillRectangle(ImagePlane, Double, Rect)
Draw a filled destructive rectangle over the content of an image.
Public methodStatic memberFloodFill(ImagePlane, Double, Double, Point2D)
Fills a closed region in the given Image. This draws a destructive overlay in the given image plane.
Public methodStatic memberFloodFill(ImagePlane, Double, Double, Int32, Int32)
Fills a closed region in the given Image. This draws a destructive overlay in the given image plane.
Top
See Also

Reference