ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / FreeDisposedShadowPointers Method

In This Topic
    FreeDisposedShadowPointers Method
    In This Topic
    Releases native pointers to already disposed shadow objects.
    Syntax
    'Declaration
     
    Public Shared Sub FreeDisposedShadowPointers() 
    public static void FreeDisposedShadowPointers()
    Remarks
    Call this method when all unmanaged objects using shadows are destroyed.
    See Also