CdrGraphicObject
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject
public abstract class CdrGraphicObject extends CdrObject
Le cdr graphic object
Constructeurs
| Constructeur | Description |
|---|---|
| CdrGraphicObject() |
Méthodes
| Méthode | Description |
|---|---|
| getWidth() | Obtient le x. |
| setWidth(double value) | Définit x. |
| getHeight() | Obtient le y. |
| setHeight(double value) | Définit y. |
| getBoundsInPixels() | Obtient les limites en pixels. |
| setBoundsInPixels(RectangleF value) | Définit les limites en pixels. |
| getClipId() | Obtient l’identifiant du clip. |
| setClipId(short value) | Définit l’identifiant du clip. |
CdrGraphicObject()
public CdrGraphicObject()
getWidth()
public double getWidth()
Obtient le x.
Returns: double - le x
setWidth(double value)
public void setWidth(double value)
Définit x.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | double | le x |
getHeight()
public double getHeight()
Obtient le y.
Returns: double - le y.
setHeight(double value)
public void setHeight(double value)
Définit y.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | double | le y. |
getBoundsInPixels()
public RectangleF getBoundsInPixels()
Obtient les limites en pixels.
Returns: RectangleF - the bounds in pixels.
setBoundsInPixels(RectangleF value)
public void setBoundsInPixels(RectangleF value)
Définit les limites en pixels.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | RectangleF | les limites en pixels. |
getClipId()
public final short getClipId()
Obtient l’identifiant du clip.
Valeur : l’identifiant du clip.
Returns: short - l’identifiant du clip.
setClipId(short value)
public final void setClipId(short value)
Définit l’identifiant du clip.
Valeur : l’identifiant du clip.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| valeur | short | l’identifiant du clip. |