ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / NativePointerUpdated Method

In This Topic
    NativePointerUpdated Method (DeviceContext)
    In This Topic
    Method called when the NativePointer is updated.
    Syntax
    'Declaration
     
    Protected Overrides Sub NativePointerUpdated( _
       ByVal oldPointer As System.IntPtr _
    ) 
    protected override void NativePointerUpdated( 
       System.IntPtr oldPointer
    )

    Parameters

    oldPointer
    See Also