Share via


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 オブジェクトを 返します。

属性

適用対象