ImageDrawerFillCircle Method (ImagePlane, Double, Circle)

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

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

public static void FillCircle(
	ImagePlane plane,
	double intensity,
	Circle circle
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to draw on.
intensity
Type: SystemDouble
Intensity value to draw.
circle
Type: Stemmer.Cvb.Geometry2DCircle
Circle to draw.
Exceptions

ExceptionCondition
ObjectDisposedExceptionImage of given plane was disposed.
See Also

Reference