Nevron .NET Vision
Nevron.UI Namespace / NBoundableElement Class / SetBounds Method / SetBounds(NRectangle) Method
The preffered bounds.


In This Topic
    SetBounds(NRectangle) Method
    In This Topic
    Sets the bounds of the current INBoundable instance.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SetBounds( _
       ByVal bounds As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NBoundableElement
    Dim bounds As NRectangle
     
    instance.SetBounds(bounds)
    public virtual void SetBounds( 
       NRectangle bounds
    )

    Parameters

    bounds
    The preffered bounds.
    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