GraphicsPath.PointCount プロパティ

定義

PathPoints 配列または PathTypes 配列内の要素の数を取得します。

public:
 property int PointCount { int get(); };
public int PointCount { get; }
member this.PointCount : int
Public ReadOnly Property PointCount As Integer

プロパティ値

PathPoints 配列または PathTypes 配列内の要素の数を示す整数。

適用対象