PathFigure 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PathFigure 類別的新執行個體。
多載
PathFigure() |
初始化 PathFigure 類別的新執行個體。 |
PathFigure(Point, IEnumerable<PathSegment>, Boolean) |
使用指定的 PathFigure、StartPoint 和 Segments 值,初始化 IsClosed 類別的新執行個體。 |
PathFigure()
PathFigure(Point, IEnumerable<PathSegment>, Boolean)
使用指定的 PathFigure、StartPoint 和 Segments 值,初始化 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
- segments
- IEnumerable<PathSegment>
- closed
- Boolean