Nevron .NET Vision
Nevron.Diagram Namespace / NDocumentSmartPaintService Class / InvalidateSceneRect Method
rect in scene coordinaets
inflate in world coordinates


In This Topic
    InvalidateSceneRect Method (NDocumentSmartPaintService)
    In This Topic
    Invalidates a rectangle specified in scene coordinates, which has the specified dirty inflate in world coordinates
    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
    rect in scene coordinaets
    worldInflate
    inflate in world coordinates
    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