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