ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DrawTransformNative Class / Explicit Type Conversion Operator

In This Topic
    Explicit Type Conversion Operator (DrawTransformNative)
    In This Topic
    Performs an explicit conversion from System.IntPtr to DrawTransformNative.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal nativePointer As IntPtr _
    ) As DrawTransformNative
    public DrawTransformNative operator explicit( 
       IntPtr nativePointer
    )

    Parameters

    nativePointer
    See Also