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.
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
- exponent
-
Single
float