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 对象数组,表示构造路径的点。

适用于