Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Repositions the element with the given deltas.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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
leftDelta
Type: DoubleT change in the left position.
topDelta
Type: DoubleThe change in the top position.
widthDelta
Type: DoubleThe change in the width.
heightDelta
Type: DoubleThe change in the height.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.