Nevron.Diagram.WinForm Namespace / NLibraryViewSmartPaintService Class / InvalidateDocumentSceneRect Method


In This Topic
    InvalidateDocumentSceneRect Method (NLibraryViewSmartPaintService)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub InvalidateDocumentSceneRect( _
       ByVal sceneRect As NRectangleF, _
       ByVal worldInflate As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As NLibraryViewSmartPaintService
    Dim sceneRect As NRectangleF
    Dim worldInflate As NSizeF
     
    instance.InvalidateDocumentSceneRect(sceneRect, worldInflate)
    public virtual void InvalidateDocumentSceneRect( 
       NRectangleF sceneRect,
       NSizeF worldInflate
    )

    Parameters

    sceneRect
    worldInflate
    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