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 物件陣列。

適用於