Langue

PathFigure Constructeurs

Définition

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.

closed
Boolean

Pour IsClosed le PathFigure.

S’applique à