Nevron.Diagram Namespace / NDocumentSmartPaintService Class / InvalidateSceneRect Method


In This Topic
    InvalidateSceneRect Method (NDocumentSmartPaintService)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub InvalidateSceneRect( _
       ByVal sceneRect As NRectangleF, _
       ByVal worldInflate As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As NDocumentSmartPaintService
    Dim sceneRect As NRectangleF
    Dim worldInflate As NSizeF
     
    instance.InvalidateSceneRect(sceneRect, worldInflate)
    public override void InvalidateSceneRect( 
       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