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


In This Topic
    DisposePaintContexts Method (NDrawingView)
    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 Overrides Sub DisposePaintContexts() 
    'Usage
     
    
    Dim instance As NDrawingView
     
    instance.DisposePaintContexts()
    public override 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