PathFigure Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de la clase PathFigure.
Sobrecargas
PathFigure() |
Inicializa una nueva instancia de la clase PathFigure. |
PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
Inicializa una nueva instancia de la clase PathFigure con los valores especificados de StartPoint, Segments e IsClosed. |
PathFigure()
Inicializa una nueva instancia de la clase PathFigure.
public:
PathFigure();
public PathFigure ();
Public Sub New ()
Se aplica a
PathFigure(Point, IEnumerable<PathSegment>, Boolean)
Inicializa una nueva instancia de la clase PathFigure con los valores especificados de 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
StartPoint para PathFigure.
- segments
- IEnumerable<PathSegment>
Segments para PathFigure.
- closed
- Boolean
IsClosed para PathFigure.