OverlayBitDrawerFillCircle Method (Image, OverlayBitDrawMode, Point2D, Int32)

CVB.Net Documentation
Fills a circle on the given image.

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

public static void FillCircle(
	Image image,
	OverlayBitDrawMode mode,
	Point2D center,
	int radius
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
mode
Type: Stemmer.CvbOverlayBitDrawMode
Either Set or Erase the overlay bits.
center
Type: Stemmer.CvbPoint2D
Center point of the circle.
radius
Type: SystemInt32
Radius of the circle in pixels.
Exceptions

ExceptionCondition
ArgumentNullExceptionimage is null (Nothing in Visual Basic).
ObjectDisposedExceptionGiven image was disposed.
See Also

Reference