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

适用于