Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewSmartPaintService Class / InvalidateDeviceRect Method
rectangle in device coordinates


In This Topic
    InvalidateDeviceRect Method
    In This Topic
    Invalidates the specified rectangle (in device coordinates)
    Syntax
    'Declaration
     
    
    Public Overridable Sub InvalidateDeviceRect( _
       ByVal deviceRect As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NViewSmartPaintService
    Dim deviceRect As NRectangleF
     
    instance.InvalidateDeviceRect(deviceRect)
    public virtual void InvalidateDeviceRect( 
       NRectangleF deviceRect
    )

    Parameters

    deviceRect
    rectangle in device 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