Table of Contents

Class Ellipse

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

Represents an operator that specifies drawing an ellipse outline, filled ellipse, elliptic arc, or filled elliptic sector.

public class Ellipse : CanvasElement
Inheritance
Ellipse
Inherited Members

Properties

Angle

Gets or sets the rotation angle of the ellipse, in degrees.

Axes

Gets or sets the length of the ellipse axes.

Center

Gets or sets the center of the ellipse.

Color

Gets or sets the color of the ellipse.

EndAngle

Gets or sets the ending angle of the elliptic arc, in degrees.

LineType

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

Shift

Gets or sets the number of fractional bits in the center coordinates and axes' values.

StartAngle

Gets or sets the starting angle of the elliptic arc, in degrees.

Thickness

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

Methods

GetRenderer()

Returns the ellipse drawing operation.