OdCircle 类
Summary: The circle object
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdCircle
Inheritance: OdAngleEllipse
Constructors
| Name | 描述 |
|---|---|
| OdCircle(parent) | 初始化 OdCircle 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| absolute_coordinates | bool | r/w | 获取或设置指示是否使用 [absolute coordinates] 的值。 |
| closed | bool | r/w | 获取或设置一个值,指示此 OdAngleEllipse 是否闭合。 |
| end_angle | float | r/w | 获取或设置结束角。 |
| 项 | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | 获取项目。 |
| kind | OdObjectKind | r/w | 获取或设置类型。 |
| parent | OdObject | r | 获取父对象。 |
| rectangle | RectangleF | r/w | 获取或设置矩形。 |
| start_angle | float | r/w | 获取或设置起始角度。 |
| style | OdGraphicStyle | r/w | 获取或设置样式。 |
Constructor: OdCircle(parent)
OdCircle(parent)
初始化 OdCircle 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| parent | OdObject | 父对象。 |