Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / DisposePaintContexts Method


In This Topic
    DisposePaintContexts Method (NView)
    In This Topic
    Disposes the cached paint contexts that this view uses. You only need to call this method in order to clear the cached GDI+ resources that the view uses.
    Syntax
    'Declaration
     
    
    Public Overridable Sub DisposePaintContexts() 
    'Usage
     
    
    Dim instance As NView
     
    instance.DisposePaintContexts()
    public virtual void DisposePaintContexts()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also