ImageDrawerFillCircle Method (Image, Double, Int32, Int32, 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,
	double[] intensity,
	int centerX,
	int centerY,
	int radius
)

Parameters

image
Type: Stemmer.CvbImage
Image to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
centerX
Type: SystemInt32
X component of center point.
centerY
Type: SystemInt32
Y component of center point.
radius
Type: SystemInt32
Radius of the circle.
Exceptions

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

Reference