CompositionEasingFunction.CreateExponentialEasingFunction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of ExponentialEasingFunction.
public:
static ExponentialEasingFunction ^ CreateExponentialEasingFunction(Compositor ^ owner, CompositionEasingFunctionMode mode, float exponent);
static ExponentialEasingFunction CreateExponentialEasingFunction(Compositor const& owner, CompositionEasingFunctionMode const& mode, float const& exponent);
public static ExponentialEasingFunction CreateExponentialEasingFunction(Compositor owner, CompositionEasingFunctionMode mode, float exponent);
function createExponentialEasingFunction(owner, mode, exponent)
Public Shared Function CreateExponentialEasingFunction (owner As Compositor, mode As CompositionEasingFunctionMode, exponent As Single) As ExponentialEasingFunction
Parameters
- owner
- Compositor
The compositor used to create the easing function.
A value that specifies how the animation interpolates.
- exponent
-
Single
float
The exponent used to determine the interpolation of the animation.
Returns
The created ExponentialEasingFunction
object.