PathGeometry Constructeurs
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.
Initialise une nouvelle instance de la classe PathGeometry.
Surcharges
| Nom | Description |
|---|---|
| PathGeometry() |
Initialise une nouvelle instance de la classe PathGeometry. |
| PathGeometry(IEnumerable<PathFigure>) |
Initialise une nouvelle instance de la PathGeometry classe avec le fichier spécifié Figures. |
| PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
Initialise une nouvelle instance de la PathGeometry classe avec le Figures, FillRuleet Transform. |
PathGeometry()
Initialise une nouvelle instance de la classe PathGeometry.
public:
PathGeometry();
public PathGeometry();
Public Sub New ()
S’applique à
PathGeometry(IEnumerable<PathFigure>)
Initialise une nouvelle instance de la PathGeometry classe avec le fichier spécifié Figures.
public:
PathGeometry(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ figures);
public PathGeometry(System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> figures);
new System.Windows.Media.PathGeometry : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathGeometry
Public Sub New (figures As IEnumerable(Of PathFigure))
Paramètres
- figures
- IEnumerable<PathFigure>
Celui Figures qui PathGeometry décrit le contenu du Path.
S’applique à
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)
Initialise une nouvelle instance de la PathGeometry classe avec le Figures, FillRuleet Transform.
public:
PathGeometry(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ figures, System::Windows::Media::FillRule fillRule, System::Windows::Media::Transform ^ transform);
public PathGeometry(System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> figures, System.Windows.Media.FillRule fillRule, System.Windows.Media.Transform transform);
new System.Windows.Media.PathGeometry : seq<System.Windows.Media.PathFigure> * System.Windows.Media.FillRule * System.Windows.Media.Transform -> System.Windows.Media.PathGeometry
Public Sub New (figures As IEnumerable(Of PathFigure), fillRule As FillRule, transform As Transform)
Paramètres
- figures
- IEnumerable<PathFigure>
Celui Figures qui PathGeometry décrit le contenu du Path.
- fillRule
- FillRule
La FillRule du PathGeometry.