CAnimationPoint::SetDefaultValue
Sets default value.
void SetDefaultValue(
const POINT& ptDefault
);
Parameters
- ptDefault
Specifies the default point value.
Remarks
Use this function to set a default value to animation object. This methods assigns default values to X and Y coordinates of animation point. It also recreates underlying COM objects if they have been created. If you subscribed this animation object to events (ValueChanged or IntegerValueChanged), you need to re-enable these events.
Requirements
Header: afxanimationcontroller.h