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

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

S’applique à