Table of Contents

Constructor TransformMatrix

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

TransformMatrix()

Initializes a new instance of the TransformMatrix class as the identity matrix.

public TransformMatrix()

TransformMatrix(double, double, double, double, double, double)

Initializes a new instance of the TransformMatrix class with the specified elements.

public TransformMatrix(double m11, double m12, double m21, double m22, double dx, double dy)

Parameters

m11 double

The scaling in the x-direction.

m12 double

The scaling in the y-direction.

m21 double

The skew in the x-direction.

m22 double

The skew in the y-direction.

dx double

The translation in the x-direction.

dy double

The translation in the x-direction.