ILayoutNode::Get/SetOldRect property
Data Type
CRectDescription
Retrieves or sets the rectangular area the node used to occupy before the previous RecalcLayout() operation.Defined in: LayoutBase.h
Comments
The value of this property is only valid in the meantime between the Recalculation and the Realization processes. At any other moment, its value is the current rectangle.Syntax
rcOld = pNode->GetOldRect();pNode->SetOldRect(rcOld);
Parameters
rcOld
Rectangular area of the screen assigned previously to this layout node.