PathGeometry Costruttori

Definizione

Inizializza una nuova istanza della classe PathGeometry.

Overload

Nome Descrizione
PathGeometry()

Inizializza una nuova istanza della classe PathGeometry.

PathGeometry(IEnumerable<PathFigure>)

Inizializza una nuova istanza della PathGeometry classe con l'oggetto specificato Figures.

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inizializza una nuova istanza della PathGeometry classe con l'oggetto , Figurese FillRulespecificatiTransform.

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 PathGeometry classe con l'oggetto specificato 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))

Parametri

figures
IEnumerable<PathFigure>

Oggetto Figures dell'oggetto PathGeometry che descrive il contenuto dell'oggetto Path.

Si applica a

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inizializza una nuova istanza della PathGeometry classe con l'oggetto , Figurese FillRulespecificatiTransform.

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 dell'oggetto PathGeometry che descrive il contenuto dell'oggetto Path.

transform
Transform

Oggetto Transform che specifica la trasformazione applicata.

Si applica a