Condividi tramite


PathGeometry Costruttori

Definizione

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.

transform
Transform

Oggetto Transform che specifica la trasformazione applicata.

Si applica a