PathGeometry 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 PathGeometry.
Przeciążenia
PathGeometry() |
Inicjuje nowe wystąpienie klasy PathGeometry. |
PathGeometry(IEnumerable<PathFigure>) |
Inicjuje PathGeometry nowe wystąpienie klasy o określonej wartości Figures. |
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
Inicjuje PathGeometry nowe wystąpienie klasy o określonej wartości Figures, FillRulei Transform. |
PathGeometry()
Inicjuje nowe wystąpienie klasy PathGeometry.
public:
PathGeometry();
public PathGeometry ();
Public Sub New ()
Dotyczy
PathGeometry(IEnumerable<PathFigure>)
Inicjuje PathGeometry nowe wystąpienie klasy o określonej wartości Figures.
public:
PathGeometry(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ figures);
public PathGeometry (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> figures);
new System.Windows.Media.PathGeometry : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathGeometry
Public Sub New (figures As IEnumerable(Of PathFigure))
Parametry
- figures
- IEnumerable<PathFigure>
Element Figures opisujący PathGeometry zawartość elementu Path.
Dotyczy
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)
Inicjuje PathGeometry nowe wystąpienie klasy o określonej wartości Figures, FillRulei Transform.
public:
PathGeometry(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ figures, System::Windows::Media::FillRule fillRule, System::Windows::Media::Transform ^ transform);
public PathGeometry (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> figures, System.Windows.Media.FillRule fillRule, System.Windows.Media.Transform transform);
new System.Windows.Media.PathGeometry : seq<System.Windows.Media.PathFigure> * System.Windows.Media.FillRule * System.Windows.Media.Transform -> System.Windows.Media.PathGeometry
Public Sub New (figures As IEnumerable(Of PathFigure), fillRule As FillRule, transform As Transform)
Parametry
- figures
- IEnumerable<PathFigure>
Element Figures opisujący PathGeometry zawartość elementu Path.
- fillRule
- FillRule
PathGeometryElement FillRule .