IResizable::UpdateBounds Method (Double, Double, Double, Double)
Visual Studio 2015
Repositions the element with the given deltas.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
void UpdateBounds( double leftDelta, double topDelta, double widthDelta, double heightDelta )
Parameters
- leftDelta
-
Type:
System::Double
T change in the left position.
- topDelta
-
Type:
System::Double
The change in the top position.
- widthDelta
-
Type:
System::Double
The change in the width.
- heightDelta
-
Type:
System::Double
The change in the height.
Show: