ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / CppObject Class / FromTemp Method / FromTemp(CppObject) Method
The instance to get the NativePointer.

In This Topic
    FromTemp(CppObject) 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 CppObject _
    ) 
    protected void FromTemp( 
       CppObject temp
    )

    Parameters

    temp
    The instance to get the NativePointer.
    See Also