ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceChild Class / NativePointerUpdated Method

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

    Parameters

    oldNativePointer
    See Also