TransformationMatrix(Matrix3x2) Constructor

Creates a TransformationMatrix instance from the specified Matrix3x2 instance.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public TransformationMatrix(
	Matrix3x2 matrix
)

Parameters

matrix  Matrix3x2
The Matrix3x2 instance to create the TransformationMatrix from.

See Also