IOleDocumentView::SetRectComplex Method (array<RECT>^, array<RECT>^, array<RECT>^, array<RECT>^)

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

void SetRectComplex(
	array<RECT>^ prcView,
	array<RECT>^ prcHScroll,
	array<RECT>^ prcVScroll,
	array<RECT>^ prcSizeBox
)

Parameters

prcView
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^
prcHScroll
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^
prcVScroll
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^
prcSizeBox
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^

For information on the COM interface, see D220B200-85CB-43FF-A59D-147C14EEF544

Return to top
Show: