IVsUIShellArrangeWindows::ComputeWindowSizeChange Method (IntPtr, array<WINDOWPOS>^)
Visual Studio 2015
Computes the difference between a window's current size and the new size described in newPos. This function is typically called when WM_WINDOWPOSCHANGING is received, in preparation for calling CArrangeWindowHelper::Arrange.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- hwnd
-
Type:
System::IntPtr
The handle for the window.
- newPos
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::WINDOWPOS>^
The new positions.
Show: