PathGeometry Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe PathGeometry.
Sobrecargas
| Nome | Description |
|---|---|
| PathGeometry() |
Inicializa uma nova instância da classe PathGeometry. |
| PathGeometry(IEnumerable<PathFigure>) |
Inicializa uma nova instância da PathGeometry classe com a especificada Figures. |
| PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
Inicializa uma nova instância da PathGeometry classe com o especificado Figures, FillRulee Transform. |
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 PathGeometry classe com a especificada 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>
O Figures que PathGeometry descreve o conteúdo do Path.
Aplica-se a
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)
Inicializa uma nova instância da PathGeometry classe com o especificado Figures, FillRulee 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>
O Figures que PathGeometry descreve o conteúdo do Path.
- fillRule
- FillRule
O FillRule do PathGeometry.