IUIAnimationVariable2::GetCurve method
Gets the animation curve of the animation variable.
Syntax
HRESULT GetCurve(
[in] IDCompositionAnimation *animation
);
Parameters
- animation [in]
-
The object that generates a sequence of animation curve primitives.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See Windows Animation Error Codes for a list of error codes.
Remarks
The application implements the IDCompositionAnimation object that is referenced by the animation parameter.
Requirements
|
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationVariable2 is defined as 4914B304-96AB-44d9-9E77-D5109B7E7466 |
See also