OverlayBitDrawerDrawCircle Method (ImagePlane, OverlayBitDrawMode, Int32, Point2D, Int32)

CVB.Net Documentation
Draws a circle border on the given Imageplane.

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

public static void DrawCircle(
	ImagePlane plane,
	OverlayBitDrawMode mode,
	int thickness,
	Point2D center,
	int radius
)

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to draw on.
mode
Type: Stemmer.CvbOverlayBitDrawMode
Either Set or Erase the overlay bits.
thickness
Type: SystemInt32
Line thickness in pixels.
center
Type: Stemmer.CvbPoint2D
Center point of the circle.
radius
Type: SystemInt32
Radius of the circle in pixels.
Exceptions

ExceptionCondition
ObjectDisposedExceptionImage of given plane was disposed.
ArgumentExceptionThe thickness is smaller than one.
See Also

Reference