Aracılığıyla paylaş


PathFigure Oluşturucular

Tanım

PathFigure sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PathFigure()

PathFigure sınıfının yeni bir örneğini başlatır.

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

Belirtilen StartPoint, Segmentsve IsClosed değerleriyle sınıfının yeni bir örneğini PathFigure başlatır.

PathFigure()

PathFigure sınıfının yeni bir örneğini başlatır.

public:
 PathFigure();
public PathFigure ();
Public Sub New ()

Şunlara uygulanır

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

Belirtilen StartPoint, Segmentsve IsClosed değerleriyle sınıfının yeni bir örneğini PathFigure başlatır.

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)

Parametreler

start
Point

StartPoint için .PathFigure

closed
Boolean

IsClosed için .PathFigure

Şunlara uygulanır