إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets the animation curve of the animation variable for the specified dimension.
Syntax
HRESULT GetVectorCurve(
[in] IDCompositionAnimation **animation,
[in] UINT cDimension
);
Parameters
[in] animation
The object that generates a sequence of animation curve primitives.
[in] cDimension
The number of animation curves.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | uianimation.h |
| DLL | UIAnimation.dll |