Partager via


IXRFluidMoveBehavior.SetEaseX(IXREasingFunctionBase *) (Compact 2013)

3/28/2014

This method sets the EaseX property.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetEaseX(
IXREasingFunctionBase *pValue)

Parameters

  • pValue
    [in] An IXREasingFunctionBase object that contains the EaseX value.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

See Also

Reference

IXRFluidMoveBehavior