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

属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象

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

属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象