PathFigure 建構函式

定義

初始化 PathFigure 類別的新執行個體。

多載

PathFigure()

初始化 PathFigure 類別的新執行個體。

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

使用指定的 PathFigureStartPointSegments 值,初始化 IsClosed 類別的新執行個體。

PathFigure()

初始化 PathFigure 類別的新執行個體。

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

適用於

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

使用指定的 PathFigureStartPointSegments 值,初始化 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)

參數

start
Point

StartPointPathFigure

closed
Boolean

IsClosedPathFigure

適用於