PathFigure 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 PathFigure classe.
Sobrecargas
| Name | Descrição |
|---|---|
| PathFigure() |
Inicializa uma nova instância da PathFigure classe. |
| PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
Inicializa uma nova instância da PathFigure classe com os valores especificados StartPoint, Segments, e IsClosed . |
PathFigure()
Inicializa uma nova instância da PathFigure classe.
public:
PathFigure();
public PathFigure();
Public Sub New ()
Aplica-se a
PathFigure(Point, IEnumerable<PathSegment>, Boolean)
Inicializa uma nova instância da PathFigure classe com os valores especificados StartPoint, Segments, e IsClosed .
public:
PathFigure(System::Windows::Point start, System::Collections::Generic::IEnumerable<System::Windows::Media::PathSegment ^> ^ segments, bool closed);
public PathFigure(System.Windows.Point start, System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment> segments, bool closed);
new System.Windows.Media.PathFigure : System.Windows.Point * seq<System.Windows.Media.PathSegment> * bool -> System.Windows.Media.PathFigure
Public Sub New (start As Point, segments As IEnumerable(Of PathSegment), closed As Boolean)
Parâmetros
- start
- Point
O StartPoint para o PathFigure.
- segments
- IEnumerable<PathSegment>
O Segments para o PathFigure.
- closed
- Boolean
O IsClosed para o PathFigure.