OdArc 类
Summary: The Enhanced Arc
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdArc
Inheritance: OdGraphicObject
Constructors
| Name | 描述 |
|---|---|
| OdArc(parent) | 初始化 OdArc 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| absolute_coordinates | bool | r/w | 获取或设置指示是否使用 [absolute coordinates] 的值。 |
| clock_wise | bool | r/w | 获取或设置一个值,指示是否 [clock wise]。 |
| is_arc_to | bool | r/w | 获取或设置一个值,指示此实例是否为 arc to。 |
| is_elliptical_qundrant_x | bool | r/w | 获取或设置一个值,指示此实例是否为椭圆象限 x。 |
| is_elliptical_qundrant_y | bool | r/w | 获取或设置一个值,指示此实例是否为椭圆象限 y。 |
| 项 | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | 获取项目。 |
| parent | OdObject | r | 获取父对象。 |
| point1 | PointF | r/w | 获取或设置 point1。 |
| point2 | PointF | r/w | 获取或设置 point2。 |
| point3 | PointF | r/w | 获取或设置 point3。 |
| point4 | PointF | r/w | 获取或设置 point4。 |
Constructor: OdArc(parent)
OdArc(parent)
初始化 OdArc 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| parent | OdObject | 父对象。 |