Share via


IResizable.UpdateBounds Method

Repositions the element with the given deltas.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Sub UpdateBounds ( _
    leftDelta As Double, _
    topDelta As Double, _
    widthDelta As Double, _
    heightDelta As Double _
)
void UpdateBounds(
    double leftDelta,
    double topDelta,
    double widthDelta,
    double heightDelta
)
void UpdateBounds(
    double leftDelta, 
    double topDelta, 
    double widthDelta, 
    double heightDelta
)
abstract UpdateBounds : 
        leftDelta:float * 
        topDelta:float * 
        widthDelta:float * 
        heightDelta:float -> unit
function UpdateBounds(
    leftDelta : double, 
    topDelta : double, 
    widthDelta : double, 
    heightDelta : double
)

Parameters

.NET Framework Security

See Also

Reference

IResizable Interface

Microsoft.VisualStudio.PlatformUI Namespace