ImageDrawerFillCircle Method (Image, RgbColor, Circle)

CVB.Net Documentation
Fills a circle 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 FillCircle(
	Image image,
	RgbColor color,
	Circle circle
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
color
Type: Stemmer.CvbRgbColor
Color value to draw.
circle
Type: Stemmer.Cvb.Geometry2DCircle
Circle to draw.
Exceptions

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

Reference