ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / AffineTransform2D Class / TransformMatrix Property

In This Topic
    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