Nevron .NET Vision
Nevron.Diagram Namespace / INViewSmartPaintBridge Interface / InvalidateDocumentWorldRect Method
world rect to invalidate
inflate of the rect in world cooordinates


In This Topic
    InvalidateDocumentWorldRect Method (INViewSmartPaintBridge)
    In This Topic
    Called by the document smart paint service to invalidate the specified world rect
    Syntax
    'Declaration
     
    
    Sub InvalidateDocumentWorldRect( _
       ByVal worldRect As NRectangleF, _
       ByVal worldInflate As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As INViewSmartPaintBridge
    Dim worldRect As NRectangleF
    Dim worldInflate As NSizeF
     
    instance.InvalidateDocumentWorldRect(worldRect, worldInflate)
    void InvalidateDocumentWorldRect( 
       NRectangleF worldRect,
       NSizeF worldInflate
    )

    Parameters

    worldRect
    world rect to invalidate
    worldInflate
    inflate of the rect in world cooordinates
    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