ILayoutNode::PerformInvalidation method

bool PerformInvalidation(boolbDoErase, boolbApplyToChildren)

Invalidates the area indicated by the node's invalid rectangle.

Defined in: LayoutBase.h

Return Value

true if operation was succesful, false otherwise.

Parameters

bDoErase

Erase the background before the paint operation.

bApplyToChildren

Specifies whether the operation should be recursively applied to all descendents of this node. Default is true.