PathFigure コンストラクター

定義

PathFigure クラスの新しいインスタンスを初期化します。

オーバーロード

PathFigure()

PathFigure クラスの新しいインスタンスを初期化します。

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

PathFigureStartPoint、および Segments に値を指定して、IsClosed クラスの新しいインスタンスを初期化します。

PathFigure()

PathFigure クラスの新しいインスタンスを初期化します。

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

適用対象

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

PathFigureStartPoint、および 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

StartPointPathFigure

closed
Boolean

IsClosedPathFigure

適用対象