Table of Contents

Class Circle

Namespace
Bonsai.Vision.Drawing
Assembly
Bonsai.Vision.dll

Represents an operator that specifies drawing a circle with the specified center and radius.

public class Circle : CanvasElement
Inheritance
Circle
Inherited Members

Properties

Center

Gets or sets the center of the circle.

Color

Gets or sets the color of the circle.

LineType

Gets or sets a value specifying the line drawing algorithm used to draw the circle boundary.

Radius

Gets or sets the radius of the circle.

Shift

Gets or sets the number of fractional bits in the center coordinates and radius value.

Thickness

Gets or sets the thickness of the circle boundary, if positive. Otherwise, indicates that the circle should be filled.

Methods

GetRenderer()

Returns the circle drawing operation.