TransformationMatrix(Matrix3x2) Constructor
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public TransformationMatrix(
Matrix3x2 matrix
)
Public Sub New (
matrix As Matrix3x2
)
public:
TransformationMatrix(
Matrix3x2 matrix
)
new :
matrix : Matrix3x2 -> TransformationMatrix
Parameters
- matrix Matrix3x2
- The Matrix3x2 instance to create the TransformationMatrix from.