PathGeometry Constructores

Definición

Inicializa una nueva instancia de la clase PathGeometry.

Sobrecargas

Nombre Description
PathGeometry()

Inicializa una nueva instancia de la clase PathGeometry.

PathGeometry(IEnumerable<PathFigure>)

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

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializa una nueva instancia de la PathGeometry clase con el especificado Figures, FillRuley 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 PathGeometry clase con el especificado 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))

Parámetros

figures
IEnumerable<PathFigure>

Figures del objeto que PathGeometry describe el contenido de .Path

Se aplica a

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializa una nueva instancia de la PathGeometry clase con el especificado Figures, FillRuley 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>

Figures del objeto que PathGeometry describe el contenido de .Path

fillRule
FillRule

El FillRule del PathGeometry.

transform
Transform

que Transform especifica la transformación aplicada.

Se aplica a