Class MatrixTransformation
MatrixTransformation class
public class MatrixTransformation : IEquatable<MatrixTransformation>
Constructors
Name | Description |
---|---|
MatrixTransformation() | The default constructor. |
Properties
Name | Description |
---|---|
Dx { get; set; } | |
Dy { get; set; } | |
IsEditable { get; } | |
IsNull { get; } | |
M11 { get; set; } | |
M12 { get; set; } | |
M21 { get; set; } | |
M22 { get; set; } | |
Rotation { get; } |
Methods
Name | Description |
---|---|
Clone() | |
Equals(MatrixTransformation) | |
override Equals(object) | |
override GetHashCode() | |
LockFromEditing() | |
Rotate(double) | |
Rotate(double, double) | |
Scale(double, double) | |
Transform(Coordinate) | |
Transform(double, double) | |
Translate(Coordinate) | |
Translate(double, double) | |
operator == | |
operator != |
See Also
- namespace Aspose.Gis.Common
- assembly Aspose.GIS