PathGeometry Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da PathGeometry classe.
Sobrecargas
| Name | Description |
|---|---|
| PathGeometry() |
Inicializa uma nova instância da PathGeometry classe. |
| PathGeometry(IEnumerable<PathFigure>) |
Inicializa uma nova instância da PathGeometry classe com o especificado Figures. |
| PathGeometry(IEnumerable<PathFigure>, FillRule, Transform) |
Inicializa uma nova instância da PathGeometry classe com os especificados Figures, FillRule, e Transform. |
PathGeometry()
Inicializa uma nova instância da PathGeometry classe.
public:
PathGeometry();
public PathGeometry();
Public Sub New ()
Aplica-se a
PathGeometry(IEnumerable<PathFigure>)
Inicializa uma nova instância da PathGeometry classe com o 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>
O Figures de PathGeometry que descreve o conteúdo do Path.
Aplica-se a
PathGeometry(IEnumerable<PathFigure>, FillRule, Transform)
Inicializa uma nova instância da PathGeometry classe com os especificados Figures, FillRule, e 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 de PathGeometry que descreve o conteúdo do Path.
- fillRule
- FillRule
O FillRule do PathGeometry.