CDC::MoveTo
移動目前位置移至 x 和 y 指定的點 (或 point)。
CPoint MoveTo(
int x,
int y
);
CPoint MoveTo(
POINT point
);
參數
x
指定新位置的邏輯 X 座標。y
指定新位置的邏輯 Y 座標。point
指定新位置。您可以對 點 結構或 CPoint 物件這個參數的。
傳回值
上一個位置的 x 和 y 座標為 CPoint 物件。
範例
CRect::CenterPoint。請參閱範例。
需求
Header: afxwin.h