OverlayBitDrawerFillEllipse Method (Image, OverlayBitDrawMode, Ellipse)

CVB.Net Documentation
Fills an ellipse on all planes of the given image.

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

public static void FillEllipse(
	Image image,
	OverlayBitDrawMode mode,
	Ellipse ellipse
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
mode
Type: Stemmer.CvbOverlayBitDrawMode
Either Set or Erase the overlay bits.
ellipse
Type: Stemmer.Cvb.Geometry2DEllipse
Ellipse to draw.
Exceptions

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

Reference