Share via


PathGeometry Construtores

Definição

Inicializa uma nova instância da classe PathGeometry.

Sobrecargas

PathGeometry()

Inicializa uma nova instância da classe PathGeometry.

PathGeometry(IEnumerable<PathFigure>)

Inicializa uma nova instância da classe PathGeometry com o Figures especificado.

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializa uma nova instância da classe PathGeometry com o Figures, FillRule e Transform especificados.

PathGeometry()

Inicializa uma nova instância da classe PathGeometry.

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

Aplica-se a

PathGeometry(IEnumerable<PathFigure>)

Inicializa uma nova instância da classe PathGeometry com o 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>

O Figures do PathGeometry que descreve o conteúdo do Path.

Aplica-se a

PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)

Inicializa uma nova instância da classe PathGeometry com o Figures, FillRule e Transform especificados.

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>

O Figures do PathGeometry que descreve o conteúdo do Path.

fillRule
FillRule

O FillRule do PathGeometry.

transform
Transform

O Transform que especifica a transformação aplicada.

Aplica-se a