[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.EllipticFigure

EllipticFigure Class

Represents an ellipse-like closed path.

Inheritance
EllipticFigure
Implements
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class EllipticFigure : IFigure
Public Class EllipticFigure
    Implements IFigure

Constructors

Name Description
EllipticFigure(RectangleF)

Initializes a new instance of the EllipticFigure class.

EllipticFigure(float, float, float, float)

Initializes a new instance of the EllipticFigure class.

Properties

Name Description
Bounds

Gets or sets the bounds for the elliptic region.

Counterclockwise

Gets or sets a value indicating if the points should be arranged counterclockwise.

Transform

Gets or sets the transformation matrix.

Methods

Name Description
Clone()

Creates a copy of the current figure.