PathFigure Constructores

Definición

Inicializa una nueva instancia de la clase PathFigure.

Sobrecargas

Nombre Description
PathFigure()

Inicializa una nueva instancia de la clase PathFigure.

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

Inicializa una nueva instancia de la PathFigure clase con los valores , StartPointy Segments especificadosIsClosed.

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 PathFigure clase con los valores , StartPointy Segments especificadosIsClosed.

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

closed
Boolean

IsClosed para .PathFigure

Se aplica a