CmxEllipseSpec Class

Summary: Represents geometric info specified for an ellipse.

Module: aspose.imaging.fileformats.cmx.objectmodel.specs

Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxEllipseSpec

Inheritance: ICmxObjectSpec

Aspose.Imaging Version: 24.7.0

Constructors

NameDescription
CmxEllipseSpec()Initializes a new instance of the CmxEllipseSpec class

Properties

NameTypeAccessDescription
angle1floatr/wGets or sets the first angle used for defining of pie sector.
Does no affect if CmxEllipseSpec.pie is false.
Measures in radians.
angle2floatr/wGets or sets the second angle used for defining of pie sector.
Does no affect if CmxEllipseSpec.pie is false.
Measures in radians.
bounding_boxRectangleFr/wGets or sets the bounding box.
center_xfloatr/wGets or sets the X coordinate for the center of the rectangle.
Measures in common document distance units.
center_yfloatr/wGets or sets the Y coordinate for the center of the rectangle.
Measures in common document distance units.
diameter_xfloatr/wGets or sets the diameter for X dimension of the rectangle.
Measures in common document distance units.
diameter_yfloatr/wGets or sets the diameter for Y dimension of the rectangle.
Measures in common document distance units.
pieboolr/wGets or sets a value indicating whether this CmxEllipseSpec is a pie.
rotationfloatr/wGets or sets the angle of rotation of the ellipse.
Measures in radians.

Constructor: CmxEllipseSpec()

 CmxEllipseSpec() 

Initializes a new instance of the CmxEllipseSpec class