Compartir a través de


InkOverlay.Dispose Method ()

Releases all resources used by the InkOverlay object.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As InkOverlay

instance.Dispose
public void Dispose ()
public:
virtual void Dispose () sealed
public final void Dispose ()
public final function Dispose ()
Not applicable.

Remarks

Calling Dispose allows the resources used by the object to be reallocated for other purposes. For more information about garbage collection, see Garbage Collection.

Warning

Starting with the Microsoft Windows XP Tablet PC Edition Software Development Kit (SDK), you must explicitly call the dispose method for any object or control to which an event handler has been attached before the object or control goes out of scope.

For any class in the Tablet PC SDK on which the Dispose method is defined, manually dispose of each class instance when it is no longer needed. Disposing of these objects improves your application's performance.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

InkOverlay Class
InkOverlay Members
Microsoft.Ink Namespace
Microsoft.Ink.InkOverlay.Dispose