GraphicsPath.AddLines メソッド
GraphicsPath オブジェクトの末尾に、結ばれた一連の線分を追加します。
オーバーロードの一覧
GraphicsPath オブジェクトの末尾に、結ばれた一連の線分を追加します。
[Visual Basic] Overloads Public Sub AddLines(Point())
[JScript] public function AddLines(Point[]);
GraphicsPath オブジェクトの末尾に、結ばれた一連の線分を追加します。
[Visual Basic] Overloads Public Sub AddLines(PointF())
[JScript] public function AddLines(PointF[]);
使用例
例については、 GraphicsPath.AddLines Method (Point[]) のトピックを参照してください。
参照
GraphicsPath クラス | GraphicsPath メンバ | System.Drawing.Drawing2D 名前空間