OdCircle Class
Contents
[
Hide
]Summary: The circle object
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdCircle
Inheritance: OdAngleEllipse
Constructors
Name | Description |
---|---|
OdCircle(parent) | Initializes a new instance of the OdCircle class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
closed | bool | r/w | Gets or sets a value indicating whether this OdAngleEllipse is closed. |
end_angle | float | r/w | Gets or sets the end angle. |
items | list[OdObject] | r | Gets the items. |
kind | OdObjectKind | r/w | Gets or sets the kind. |
parent | OdObject | r | Gets the parent object. |
rectangle | RectangleF | r/w | Gets or sets the rectangle. |
start_angle | float | r/w | Gets or sets the start angle. |
style | OdGraphicStyle | r/w | Gets or sets the style. |
Constructor: OdCircle(parent)
OdCircle(parent)
Initializes a new instance of the OdCircle class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |