PathGeometry Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe PathGeometry.
Overload
PathGeometry() |
Inizializza una nuova istanza della classe PathGeometry. |
PathGeometry(IEnumerable<PathFigure>) |
Inizializza una nuova istanza della classe PathGeometry con l'oggetto Figures specificato. |
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
Inizializza una nuova istanza della classe PathGeometry con gli oggetti Figures, FillRule e Transform specificati. |
PathGeometry()
Inizializza una nuova istanza della classe PathGeometry.
public:
PathGeometry();
public PathGeometry ();
Public Sub New ()
Si applica a
PathGeometry(IEnumerable<PathFigure>)
Inizializza una nuova istanza della classe PathGeometry con l'oggetto Figures specificato.
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))
Parametri
- figures
- IEnumerable<PathFigure>
Oggetto Figures di PathGeometry che descrive il contenuto dell'oggetto Path.
Si applica a
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)
Inizializza una nuova istanza della classe PathGeometry con gli oggetti Figures, FillRule e Transform specificati.
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)
Parametri
- figures
- IEnumerable<PathFigure>
Oggetto Figures di PathGeometry che descrive il contenuto dell'oggetto Path.
- fillRule
- FillRule
Oggetto FillRule dell'oggetto PathGeometry.