共用方式為


CompositionEasingFunction.CreateLinearEasingFunction(Compositor) 方法

定義

建立 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

參數

owner
Compositor

用來建立 Easing 函式的 Compositor

傳回

會傳回建立的 LinearEasingFunction 物件。

Windows 需求

裝置系列
Windows 10, version 2104 (已於 10.0.20348.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v12.0 引進)

適用於