ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / Dispose Method / Dispose() Method

In This Topic
    Dispose() Method
    In This Topic
    Releases all resources used by this DeviceContext object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Dispose() 
    public void Dispose()
    Remarks
    Calling Dispose allows the resources used by the DeviceContext object to be reallocated for other purposes.
    See Also