PathFigure Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
PathFigure()

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

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

Belirtilen PathFigure, StartPointve Segments değerleriyle sınıfının yeni bir örneğini IsClosed 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 PathFigure, StartPointve Segments değerleriyle sınıfının yeni bir örneğini IsClosed 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

closed
Boolean

IsClosed içinPathFigure.

Şunlara uygulanır