[]
        
(Showing Draft Content)

C1.C1Preview.EllipsePartProps

EllipsePartProps Class

Represents the geometric properties of a pie. Used by RenderPie class.

Inheritance
EllipsePartProps
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class EllipsePartProps : RectangleProps

Constructors

Name Description
EllipsePartProps()

Initializes a new instance of the EllipsePartProps class. StartAngle is set to 0, while SweepAngle is set to 360 degrees, thus making this a complete ellipse. The location and size of the ellipse are set to those of the containing object.

Properties

Name Description
StartAngle

Gets or sets the angle, measured in degrees, clockwise from the X axis to the first side of the sector defining the current shape.

SweepAngle

Gets or sets the angle, measured in degrees, clockwise from StartAngle to the second side of the sector defining the current shape.

Methods

Name Description
AssignFrom(ShapeProps)

Assigns (copies) properties from another ShapeProps to the current object.