Dynamic Relaxation Clash Plugin

DynamicRelaxationSolver..::..InvalidateRect Method

Invalidates the rect.

Namespace:  DynamicRelaxationClashVerification.Models
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


[DllImportAttribute]
private static bool InvalidateRect(
	IntPtr hWnd,
	IntPtr lpRect,
	bool bErase
)
<DllImportAttribute> _
Private Shared Function InvalidateRect ( _
	hWnd As IntPtr, _
	lpRect As IntPtr, _
	bErase As Boolean _
) As Boolean
[DllImportAttribute]
private:
static bool^ InvalidateRect(
	IntPtr^ hWnd, 
	IntPtr^ lpRect, 
	bool^ bErase
)

Parameters

hWnd
Type: IntPtr
The h WND.
lpRect
Type: IntPtr
The lp rect.
bErase
Type: Boolean
if set to true [b erase].

Return Value

true if XXXX, false otherwise.