CODComponent::SetPosition

BOOL CODComponent::SetPosition(CODComponentPosition* pCompPos)

Restores the position and size of the component to a previously saved state.

Defined in: OdComponent.cpp

Return Value

TRUE if component successfully moved to the given position; otherwise FALSE.

Parameters

pCompPos

Pointer to a component position object.

Comments

This function uses a position object to restore the position and size of the component to a previously saved state.

See Also

GetPosition CODComponentPosition