ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Transform3D Class / Transform3D Constructor
The native pointer.

In This Topic
    Transform3D Constructor
    In This Topic
    Initializes a new instance of the Transform3D class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As IntPtr _
    )
    public Transform3D( 
       IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native pointer.
    See Also