Compositor.CreatePathGeometry 方法

定义

重载

CreatePathGeometry()

创建 CompositionPathGeometry 的实例。

CreatePathGeometry(CompositionPath)

使用指定路径创建 CompositionPathGeometry 的实例。

CreatePathGeometry()

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 对象。

属性

适用于