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

closed
Boolean

IsClosed pour PathFigure.

S’applique à