PathFigure Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PathFigure.
Przeciążenia
PathFigure() |
Inicjuje nowe wystąpienie klasy PathFigure. |
PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
Inicjuje PathFigure nowe wystąpienie klasy z określonymi StartPointwartościami , Segmentsi IsClosed . |
PathFigure()
Inicjuje nowe wystąpienie klasy PathFigure.
public:
PathFigure();
public PathFigure ();
Public Sub New ()
Dotyczy
PathFigure(Point, IEnumerable<PathSegment>, Boolean)
Inicjuje PathFigure nowe wystąpienie klasy z określonymi StartPointwartościami , Segmentsi IsClosed .
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)
Parametry
- start
- Point
Element StartPoint dla .PathFigure
- segments
- IEnumerable<PathSegment>
Element Segments dla .PathFigure
- closed
- Boolean
Element IsClosed dla .PathFigure