CAnimationPoint::operator CPoint

将 CAnimationPoint 转换为 CPoint。

operator CPoint();

返回值

CAnimationPoint 的当前值 (CPoint)。

备注

此函数在内部调用 GetValue。 如果出于某种原因 GetValue 失败,则返回的点将包含 X 和 Y 坐标的默认值。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationPoint 类