Share via


CAnimationPoint::GetValue

Returns current value.

BOOL GetValue(
   CPoint& ptValue
);

Parameters

  • ptValue
    Output. Contains the current value when this method returns.

Return Value

TRUE, if the current value was successfully retrieved; otherwise FALSE.

Remarks

Call this function to retrieve the current value of animation point. If this method fails or underlying COM objects for X and Y coordinates have not been initialized, ptValue contains default value, which was previously set in constructor or by SetDefaultValue.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationPoint Class