CODComponent::GetPosition

CODComponentPosition* CODComponent::GetPosition(void)

Returns the current position and size of the component as an object.

Defined in: OdComponent.cpp

Return Value

Pointer to a position object.

Comments

This function creates a position object and initializes it with all of the information required to restore the component to its current position and size. The caller of this function is responsible for deleting the object returned.

See Also

SetPosition CODComponentPosition