Clase OdMarker
Summary: The Marker
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdMarker
Inheritance: OdGraphicObject
Constructors
| Name | Descripción |
|---|---|
| OdMarker(parent) | Inicializa una nueva instancia de la clase OdMarker. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtiene o establece un valor que indica si [absolute coordinates]. |
| elementos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtiene los elementos. |
| nombre | string | r/w | Obtiene o establece el nombre. |
| parent | OdObject | r | Obtiene el objeto padre. |
| path_commands | OdGraphicObject[] | r/w | Obtiene o establece los comandos de ruta. |
| rectangle | RectangleF | r/w | Obtiene o establece el rectángulo. |
Constructor: OdMarker(parent)
OdMarker(parent)
Inicializa una nueva instancia de la clase OdMarker.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |