[]
        
(Showing Draft Content)

C1.C1Preview.RenderEllipse

RenderEllipse Class

Represents an ellipse in a C1PrintDocument.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderEllipse : RenderRectangle, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderEllipse()

Initializes a new instance of the RenderEllipse class. The location and size of the ellipse are set to those of the current RenderEllipse object.

RenderEllipse(Unit, Unit)

Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse. The location of the ellipse is set to the location of the current RenderEllipse.

RenderEllipse(Unit, Unit, LineDef)

Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse, and the LineDef used to draw it. The location of the ellipse is set to the location of the current RenderEllipse.

RenderEllipse(Unit, Unit, LineDef, Brush)

Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse, the LineDef used to draw it, and the fill brush. The location of the ellipse is set to the location of the current RenderEllipse.

RenderEllipse(Unit, Unit, LineDef, Color)

Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse, the LineDef used to draw it, and the fill color. The location of the ellipse is set to the location of the current RenderEllipse.

RenderEllipse(Unit, Unit, Unit, Unit)

Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse.

RenderEllipse(Unit, Unit, Unit, Unit, LineDef)

Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse, and the LineDef used to draw it.

RenderEllipse(Unit, Unit, Unit, Unit, LineDef, Brush)

Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse, the LineDef used to draw it, and the fill brush.

RenderEllipse(Unit, Unit, Unit, Unit, LineDef, Color)

Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse, the LineDef used to draw it, and the fill color.

Properties

Name Description
Ellipse

Gets the RectangleProps object describing the geometric ellipse represented by the current RenderEllipse object. The coordinates of the ellipse are relative to the left top corner of the current RenderEllipse object.

Methods

Name Description
CreateSame()

Creates new empty RenderEllipse object linked with same C1PrintDocument as current object.