TransformMatrix Property (AffineTransform2D)
In This Topic
The 3x2 matrix to transform the image using the Direct2D matrix transform.
Syntax
'Declaration
Public Property TransformMatrix As Matrix3x2
public Matrix3x2 TransformMatrix {get; set;}
See Also