GraphicsPath.PointCount 属性

定义

获取 PathPointsPathTypes 数组中的元素数。

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

属性值

一个整数,它指定 PathPointsPathTypes 数组中的元素数。

适用于