Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 3.52 KB

nf-uianimation-iuianimationmanager2-createanimationvectorvariable.md

File metadata and controls

81 lines (63 loc) · 3.52 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uianimation.IUIAnimationManager2.CreateAnimationVectorVariable
IUIAnimationManager2::CreateAnimationVectorVariable (uianimation.h)
Creates a new animation variable for each specified dimension.
CreateAnimationVectorVariable
CreateAnimationVectorVariable method [Windows Animation]
CreateAnimationVectorVariable method [Windows Animation]
IUIAnimationManager2 interface
IUIAnimationManager2 interface [Windows Animation]
CreateAnimationVectorVariable method
IUIAnimationManager2.CreateAnimationVectorVariable
IUIAnimationManager2::CreateAnimationVectorVariable
uianimation.iuianimationmanager2_createanimationvectorvariable
uianimation/IUIAnimationManager2::CreateAnimationVectorVariable
uianimation\iuianimationmanager2_createanimationvectorvariable.htm
UIAnimation
b102f7d7-1a0b-40b5-bcc6-fa82dbcb4156
12/05/2018
CreateAnimationVectorVariable, CreateAnimationVectorVariable method [Windows Animation], CreateAnimationVectorVariable method [Windows Animation],IUIAnimationManager2 interface, IUIAnimationManager2 interface [Windows Animation],CreateAnimationVectorVariable method, IUIAnimationManager2.CreateAnimationVectorVariable, IUIAnimationManager2::CreateAnimationVectorVariable, uianimation.iuianimationmanager2_createanimationvectorvariable, uianimation/IUIAnimationManager2::CreateAnimationVectorVariable
uianimation.h
Windows
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationManager2::CreateAnimationVectorVariable
uianimation/IUIAnimationManager2::CreateAnimationVectorVariable
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationManager2.CreateAnimationVectorVariable

IUIAnimationManager2::CreateAnimationVectorVariable

-description

Creates a new animation variable for each specified dimension.

-parameters

-param initialValue [in]

A vector (of size cDimension) of initial values for the animation variable.

-param cDimension [in]

The number of dimensions that require animated values. This parameter specifies the number of values listed in initialValue.

-param variable [out, retval]

The new animation variable.

-returns

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 initial value of an animation variable is specified when the variable is created. After an animation variable is created, its value cannot be changed directly; it must be updated through the animation manager.

An animation variable is typically created to represent each visual characteristic that is to be animated. For example, an application might create three animation variables for the X, Y, and Z coordinates of an object that can move freely within a three-dimensional space.

-see-also

IUIAnimationManager2