CODComponent::MoveTo

Moves the component so its top left corner is at the specified coordinates.

Defined in: OdComponent.cpp

Syntax

void CODComponent::MoveTo(CPoint point)

void CODComponent::MoveTo(const CRect& rcPosition)

Return Value

void

Parameters

point

The point to move to.

rcPosition

Desired position and size of the component.