ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Transform3D Class / TransformMatrix Property

In This Topic
    TransformMatrix Property (Transform3D)
    In This Topic
    A 4x4 transform matrix applied to the projection plane.
    Syntax
    'Declaration
     
    Public Property TransformMatrix As Matrix4x4
    public Matrix4x4 TransformMatrix {get; set;}
    See Also