PathFigure Constructeurs

Définition

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 ();

S’applique à

.NET Framework 4.8 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7

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);

Paramètres

closed
Boolean

IsClosed pour PathFigure.

S’applique à

.NET Framework 4.8 et autres versions
Produit Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7