PathGeometry Constructores

Definición

Inicializa una nueva instancia de la clase PathGeometry.

Sobrecargas

PathGeometry()

Inicializa una nueva instancia de la clase PathGeometry.

PathGeometry(IEnumerable<PathFigure>)

Inicializa una nueva instancia de la clase PathGeometry con el objeto Figures especificado.

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializa una nueva instancia de la clase PathGeometry con los valores especificados de Figures, FillRule y Transform.

PathGeometry()

Inicializa una nueva instancia de la clase PathGeometry.

public:
 PathGeometry();
public PathGeometry ();
Public Sub New ()

Se aplica a

PathGeometry(IEnumerable<PathFigure>)

Inicializa una nueva instancia de la clase PathGeometry con el objeto Figures especificado.

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))

Parámetros

figures
IEnumerable<PathFigure>

Propiedad Figures de PathGeometry que describe el contenido de Path.

Se aplica a

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializa una nueva instancia de la clase PathGeometry con los valores especificados de Figures, FillRule y 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)

Parámetros

figures
IEnumerable<PathFigure>

Propiedad Figures de PathGeometry que describe el contenido de Path.

fillRule
FillRule

FillRule del objeto PathGeometry.

transform
Transform

Propiedad Transform que especifica la transformación aplicada.

Se aplica a