IOleInPlaceSiteWindowless::InvalidateRect Method (array<RECT>^, Int32)

 

Enables an object to invalidate a specified rectangle of its in-place image on the screen.

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

void InvalidateRect(
	array<RECT>^ pRect,
	int fErase
)

Parameters

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

[in] Rectangle to invalidate, in client coordinates of the containing window. If this parameter is NULL, the object's full extent is invalidated.

fErase
Type: System::Int32

[in] Specifies whether the background within the update region is to be erased when the region is updated. If this parameter is TRUE, the background is erased. If this parameter is FALSE, the background remains unchanged.

For information on the COM interface, see 034025F5-F9CD-4AD3-9B98-216B373CD10F

Return to top
Show: