PathFigure Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- start
- Point
StartPoint içinPathFigure.
- segments
- IEnumerable<PathSegment>
Segments içinPathFigure.
- closed
- Boolean
IsClosed içinPathFigure.