MatrixTransformation Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.MatrixTransformation
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MatrixTransformation() | Initializes a new instance of the MatrixTransformation class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| dx | double | r/w | |
| dy | double | r/w | |
| is_editable | bool | r | |
| is_null | bool | r | |
| m11 | double | r/w | |
| m12 | double | r/w | |
| m21 | double | r/w | |
| m22 | double | r/w | |
| rotation | double | r |
Methods
| Name | Description |
|---|---|
| clone() | Creates a new object that is a copy of the current instance. |
| lock_from_editing() | |
| rotate(cos, sin) | |
| rotate(degrees) | |
| scale(zoom_x, zoom_y) | |
| transform(coordinate) | |
| transform(x, y) | |
| translate(c) | |
| translate(x, y) |
Constructor: MatrixTransformation()
MatrixTransformation()
Initializes a new instance of the MatrixTransformation class
Method: clone()
clone()
Creates a new object that is a copy of the current instance.
Returns
| Type | Description |
|---|---|
| MatrixTransformation |
Method: transform(coordinate)
transform(coordinate)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| coordinate | Coordinate |
Returns
| Type | Description |
|---|---|
| Coordinate |
Method: transform(x, y)
transform(x, y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | double | |
| y | double |
Returns
| Type | Description |
|---|---|
| Coordinate |