Nevron .NET Vision
Nevron.UI Namespace / INBoundableElement Interface / ConvertBounds Method / ConvertBounds(NRectangle,CoordinateSystem) Method
The specified bounds.
The desired coordinate system.


In This Topic
    ConvertBounds(NRectangle,CoordinateSystem) Method
    In This Topic
    Converts the specified bounds to the desired coordinate system.
    Syntax
    'Declaration
     
    
    Overloads Function ConvertBounds( _
       ByVal bounds As NRectangle, _
       ByVal system As CoordinateSystem _
    ) As NRectangle
    'Usage
     
    
    Dim instance As INBoundableElement
    Dim bounds As NRectangle
    Dim system As CoordinateSystem
    Dim value As NRectangle
     
    value = instance.ConvertBounds(bounds, system)

    Parameters

    bounds
    The specified bounds.
    system
    The desired coordinate system.
    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