ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / Variable2 Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also