IOleInPlaceSiteWindowless::OnPosRectChange Method (array<RECT>^)

 

Object's extents have changed.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void OnPosRectChange(
	array<RECT>^ lprcPosRect
)

Parameters

lprcPosRect
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^

[in] Pointer to the rectangle containing the position of the in-place object in the client coordinates of its parent window.

Return to top
Show: