Clase CdrCurve
Contenido
[
Ocultar
]Summary: The cdr curve
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrCurve
Inheritance: CdrGraphicObject
Constructors
| Name | Descripción |
|---|---|
| CdrCurve() | Inicializa una nueva instancia de la clase CdrCurve. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| bounds_in_pixels | RectangleF | r/w | Obtiene o establece los límites en píxeles. |
| clip_id | int | r/w | Obtiene o establece el identificador del clip. |
| disposed | bool | r | Obtiene un valor que indica si esta instancia está disposed. |
| document | CdrDocument | r/w | Obtiene o establece el documento. |
| height | float | r/w | Obtiene o establece el y. |
| parent | CdrObjectContainer | r/w | Obtiene o establece el elemento padre. |
| point_types | System.Byte | r/w | Obtiene o establece los tipos de punto. |
| points | PointD[] | r/w | Obtiene o establece los puntos. |
| width | float | r/w | Obtiene o establece el x. |
Constructor: CdrCurve()
CdrCurve()
Inicializa una nueva instancia de la clase CdrCurve.