Share via


CAnimationSize::GetValue

Returns current value.

BOOL GetValue(
   CSize& szValue
);

Parameters

  • szValue
    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 size. If this method fails or underlying COM objects for Width and Size have not been initialized, szValue contains default value, which was previously set in constructor or by SetDefaultValue.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationSize Class