Compositor.CreatePathGeometry Methode

Definition

Überlädt

Name Beschreibung
CreatePathGeometry()

Erstellt eine Instanz von CompositionPathGeometry.

CreatePathGeometry(CompositionPath)

Erstellt eine Instanz von CompositionPathGeometry mithilfe des angegebenen Pfads.

CreatePathGeometry()

Erstellt eine Instanz von 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

Gibt zurück

Gibt das erstellte CompositionPathGeometry -Objekt zurück.

Attribute

Gilt für:

CreatePathGeometry(CompositionPath)

Erstellt eine Instanz von CompositionPathGeometry mithilfe des angegebenen Pfads.

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

Parameter

path
CompositionPath

Die Pfaddaten.

Gibt zurück

Gibt das erstellte CompositionPathGeometry -Objekt zurück.

Attribute

Gilt für: