Partager via


Compositor.CreatePathGeometry Méthode

Définition

Surcharges

CreatePathGeometry()

Crée un instance de CompositionPathGeometry.

CreatePathGeometry(CompositionPath)

Crée une instance de CompositionPathGeometry à l’aide du chemin d’accès spécifié.

CreatePathGeometry()

Crée un instance de 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

Retours

Renvoie l’objet CompositionPathGeometry créé.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

S’applique à

CreatePathGeometry(CompositionPath)

Crée une instance de CompositionPathGeometry à l’aide du chemin d’accès spécifié.

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

Paramètres

path
CompositionPath

Données de chemin d’accès.

Retours

Renvoie l’objet CompositionPathGeometry créé.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

S’applique à