共用方式為


Compositor.CreatePathGeometry 方法

定義

多載

CreatePathGeometry()

建立 CompositionPathGeometry的實例。

CreatePathGeometry(CompositionPath)

使用指定的路徑建立 CompositionPathGeometry 的實例。

CreatePathGeometry()

建立 CompositionPathGeometry的實例。

public:
 virtual CompositionPathGeometry ^ CreatePathGeometry() = CreatePathGeometry;
/// [Windows.Foundation.Metadata.Overload("CreatePathGeometry")]
CompositionPathGeometry CreatePathGeometry();
[Windows.Foundation.Metadata.Overload("CreatePathGeometry")]
public CompositionPathGeometry CreatePathGeometry();
function createPathGeometry()
Public Function CreatePathGeometry () As CompositionPathGeometry

傳回

會傳回建立的 CompositionPathGeometry 物件。

屬性

適用於

CreatePathGeometry(CompositionPath)

使用指定的路徑建立 CompositionPathGeometry 的實例。

public:
 virtual CompositionPathGeometry ^ CreatePathGeometry(CompositionPath ^ path) = CreatePathGeometry;
/// [Windows.Foundation.Metadata.Overload("CreatePathGeometryWithPath")]
CompositionPathGeometry CreatePathGeometry(CompositionPath const& path);
[Windows.Foundation.Metadata.Overload("CreatePathGeometryWithPath")]
public CompositionPathGeometry CreatePathGeometry(CompositionPath path);
function createPathGeometry(path)
Public Function CreatePathGeometry (path As CompositionPath) As CompositionPathGeometry

參數

path
CompositionPath

路徑資料。

傳回

會傳回建立的 CompositionPathGeometry 物件。

屬性

適用於