IOleInPlaceObject::SetObjectRects Method (array<RECT>^, array<RECT>^)

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

void SetObjectRects(
	array<RECT>^ lprcPosRect,
	array<RECT>^ lprcClipRect
)

Parameters

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

For information on the COM interface, see 5AE2E44B-D2E2-4351-B4FA-8C37419A2BCB

Return to top
Show: