OdMarker Class
Summary: The Marker
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdMarker
Inheritance: OdGraphicObject
Constructors
Name | Description |
---|---|
OdMarker(parent) | Initializes a new instance of the OdMarker class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
items | list[OdObject] | r | Gets the items. |
name | string | r/w | Gets or sets the name. |
parent | OdObject | r | Gets the parent object. |
path_commands | OdGraphicObject[] | r/w | Gets or sets the path commands. |
rectangle | RectangleF | r/w | Gets or sets the rectangle. |
Constructor: OdMarker(parent)
OdMarker(parent)
Initializes a new instance of the OdMarker class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |