Share via


PathData.Points 属性

定义

获取或设置一个 PointF 结构的数组,该数组表示通过其构成路径的点。

public:
 property cli::array <System::Drawing::PointF> ^ Points { cli::array <System::Drawing::PointF> ^ get(); void set(cli::array <System::Drawing::PointF> ^ value); };
public System.Drawing.PointF[] Points { get; set; }
public System.Drawing.PointF[]? Points { get; set; }
member this.Points : System.Drawing.PointF[] with get, set
Public Property Points As PointF()

属性值

PointF[]

PointF 对象的数组,表示构造路径所使用的点。

适用于