ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / CppObject Class / FromTemp Method / FromTemp(IntPtr) Method
The instance to get the NativePointer.

In This Topic
    FromTemp(IntPtr) Method
    In This Topic
    Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero.
    Syntax
    'Declaration
     
    Protected Overloads Sub FromTemp( _
       ByVal temp As System.IntPtr _
    ) 
    protected void FromTemp( 
       System.IntPtr temp
    )

    Parameters

    temp
    The instance to get the NativePointer.
    See Also