ImageDrawerFillCircle Method (Image, RgbColor, Point2D, Int32)

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,
	Point2D center,
	int radius
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
color
Type: Stemmer.CvbRgbColor
Color to draw.
center
Type: Stemmer.CvbPoint2D
Center point.
radius
Type: SystemInt32
Radius of the circle.
Exceptions

ExceptionCondition
ArgumentNullExceptionimage is null (Nothing in Visual Basic).
See Also

Reference