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
PathFigure() |
Initialise une nouvelle instance de la classe PathFigure. |
PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
Initialise une nouvelle instance de la classe PathFigure avec les valeurs StartPoint, Segments et IsClosed spécifiées. |
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 classe PathFigure avec les valeurs StartPoint, Segments et IsClosed spécifiées.
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
StartPoint pour PathFigure.
- segments
- IEnumerable<PathSegment>
Segments pour PathFigure.
- closed
- Boolean
IsClosed pour PathFigure.