Clase OdMeasure
Contenido
[
Ocultar
]Summary: The Measure
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdMeasure
Inheritance: OdStyledObject
Constructors
| Name | Descripción |
|---|---|
| OdMeasure(parent) | Inicializa una nueva instancia de la clase OdMeasure. |
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. |
| parent | OdObject | r | Obtiene el objeto padre. |
| point1 | PointF | r/w | Obtiene o establece el punto1. |
| point2 | PointF | r/w | Obtiene o establece el punto2. |
| point3 | PointF | r/w | Obtiene o establece el punto3. |
| point4 | PointF | r/w | Obtiene o establece el punto4. |
| rectangle | RectangleF | r/w | Obtiene o establece el rectángulo. |
| style | OdGraphicStyle | r/w | Obtiene o establece el estilo. |
Constructor: OdMeasure(parent)
OdMeasure(parent)
Inicializa una nueva instancia de la clase OdMeasure.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |