PathFigure 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 PathFigure.
Surcharges
| Nom | Description |
|---|---|
| PathFigure() |
Initialise une nouvelle instance de la classe PathFigure. |
| PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
Initialise une nouvelle instance de la PathFigure classe avec les valeurs et StartPointSegments les valeurs spécifiéesIsClosed. |
PathFigure()
Initialise une nouvelle instance de la classe PathFigure.
public:
PathFigure();
public PathFigure();
Public Sub New ()
S’applique à
PathFigure(Point, IEnumerable<PathSegment>, Boolean)
Initialise une nouvelle instance de la PathFigure classe avec les valeurs et StartPointSegments les valeurs spécifiéesIsClosed.
public:
PathFigure(System::Windows::Point start, System::Collections::Generic::IEnumerable<System::Windows::Media::PathSegment ^> ^ segments, bool closed);
public PathFigure(System.Windows.Point start, System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment> segments, bool closed);
new System.Windows.Media.PathFigure : System.Windows.Point * seq<System.Windows.Media.PathSegment> * bool -> System.Windows.Media.PathFigure
Public Sub New (start As Point, segments As IEnumerable(Of PathSegment), closed As Boolean)
Paramètres
- start
- Point
Pour StartPoint le PathFigure.
- segments
- IEnumerable<PathSegment>
Pour Segments le PathFigure.
- closed
- Boolean
Pour IsClosed le PathFigure.