OdTransformInfo Class
Contents
[
Hide
]Summary: The open document translate info
Module: aspose.imaging.fileformats.opendocument.objects
Full Name: aspose.imaging.fileformats.opendocument.objects.OdTransformInfo
Constructors
| Name | Description |
|---|---|
| OdTransformInfo() | Initializes a new instance of the OdTransformInfo class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| rotate_angle | float | r/w | Gets or sets the rotate angle. |
| skew_x | float | r/w | Gets or sets the skew x. |
| skew_y | float | r/w | Gets or sets the skew y. |
| translate_x | float | r/w | Gets or sets the translate x. |
| translate_y | float | r/w | Gets or sets the translate y. |
Methods
| Name | Description |
|---|---|
| copy() | Copies this instance. |
Constructor: OdTransformInfo()
OdTransformInfo()
Initializes a new instance of the OdTransformInfo class
Method: copy()
copy()
Copies this instance.
Returns
| Type | Description |
|---|---|
| OdTransformInfo | Get the instance of OdTransformInfo |