CAnimationValue::operator DOUBLE

提供 CAnimationValue 和 DOUBLE 之间的转换。

operator DOUBLE();

返回值

动画值的当前值。

备注

提供 CAnimationValue 和 DOUBLE 之间的转换。 此方法在内部调用 GetValue,并且不会检查是否有错误。 如果 GetValue 失败,则返回的值将包含以前在构造函数中设置的或使用 SetDefaultValue 设置的默认值。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationValue 类