CompositionEasingFunction.CreateLinearEasingFunction(Compositor) 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 LinearEasingFunction.
public:
static LinearEasingFunction ^ CreateLinearEasingFunction(Compositor ^ owner);
static LinearEasingFunction CreateLinearEasingFunction(Compositor const& owner);
public static LinearEasingFunction CreateLinearEasingFunction(Compositor owner);
function createLinearEasingFunction(owner)
Public Shared Function CreateLinearEasingFunction (owner As Compositor) As LinearEasingFunction
Parameters
- owner
- Compositor
The compositor used to create the easing function.
Returns
The created LinearEasingFunction
object.