GraphicsPath.PathPoints 属性

定义

获取路径中的点。

public:
 property cli::array <System::Drawing::PointF> ^ PathPoints { cli::array <System::Drawing::PointF> ^ get(); };
public System.Drawing.PointF[] PathPoints { get; }
member this.PathPoints : System.Drawing.PointF[]
Public ReadOnly Property PathPoints As PointF()

属性值

PointF[]

表示路径的 PointF 对象的数组。

适用于