Compositor.CreatePathGeometry Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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