Nevron .NET Vision
Nevron.UI Namespace / NUIShape Class / GetPaintRect Method


In This Topic
    GetPaintRect Method (NUIShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetPaintRect( _
       ByVal proposed As NRectangle _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NUIShape
    Dim proposed As NRectangle
    Dim value As NRectangle
     
    value = instance.GetPaintRect(proposed)
    protected virtual NRectangle GetPaintRect( 
       NRectangle proposed
    )

    Parameters

    proposed
    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