Classe OdTransformInfo
Contenu
[
Cacher
]Summary: The open document translate info
Module: aspose.imaging.fileformats.opendocument.objects
Full Name: aspose.imaging.fileformats.opendocument.objects.OdTransformInfo
Constructors
| Name | Description |
|---|---|
| OdTransformInfo() | Initialise une nouvelle instance de la classe OdTransformInfo |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| rotate_angle | float | r/w | Obtient ou définit l’angle de rotation. |
| skew_x | float | r/w | Obtient ou définit l’inclinaison x. |
| skew_y | float | r/w | Obtient ou définit l’inclinaison y. |
| translate_x | float | r/w | Obtient ou définit la translation x. |
| translate_y | float | r/w | Obtient ou définit la translation y. |
Methods
| Name | Description |
|---|---|
| copy() | Copie cette instance. |
Constructor: OdTransformInfo()
OdTransformInfo()
Initialise une nouvelle instance de la classe OdTransformInfo
Method: copy()
copy()
Copie cette instance.
Returns
| Type | Description |
|---|---|
| OdTransformInfo | Obtenez l’instance de OdTransformInfo |