ILayoutNode::Get/SetInitialRect property
Data Type
CRectDescription
Retrieves or sets the rectangle initially occupied by the node.Defined in: LayoutBase.h
Syntax
pNode->GetInitialRect(rcInitial);pNode->SetInitialRect(rcInitial);
Parameters
rcInitial
Initial rectangle assigned to this layout node.