MatrixTransformation Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.MatrixTransformation

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
MatrixTransformation()Initializes a new instance of the MatrixTransformation class

Properties

NameTypeAccessDescription
dxdoubler/w
dydoubler/w
is_editableboolr
is_nullboolr
m11doubler/w
m12doubler/w
m21doubler/w
m22doubler/w
rotationdoubler

Methods

NameDescription
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

TypeDescription
MatrixTransformation

Method: transform(coordinate)

 transform(coordinate) 

Parameters:

ParameterTypeDescription
coordinateCoordinate

Returns

TypeDescription
Coordinate

Method: transform(x, y)

 transform(x, y) 

Parameters:

ParameterTypeDescription
xdouble
ydouble

Returns

TypeDescription
Coordinate