IResizable Interface
Visual Studio 2015
Represents an element that can be resized and moved through deltas.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentBounds | Gets the position of the resizable element, in logical coordinates. |
![]() | CurrentScreenBounds | Gets the screen position of the resizable element, in device coordinates. |
![]() | MaxSize | Gets the maximum size of the resizable element, in logical coordinates. |
![]() | MinSize | Gets the minimum size of the resizable element, in logical coordinates. |
| Name | Description | |
|---|---|---|
![]() | UpdateBounds(Double, Double, Double, Double) | Repositions the element with the given deltas. |
This interface is used in conjunction with the WindowResizeGrip.
Show:

