Graphics.DrawBeziers
DrawBeziers(Pen, Point[])
の配列から一連のベジェ スプラインを描画します。Point
構造物.
public void DrawBeziers(Pen pen, Point[] points)
パラメータ | タイプ | 説明 |
---|
pen | Pen | Pen 曲線の色、幅、およびスタイルを決定します。 |
points | Point[] | の配列Point 曲線を決定するポイントを表す構造。 |
例外
例外 | 調子 |
---|
ArgumentNullException | pen null です。 -または- points無効である。 |
関連項目
DrawBeziers(Pen, PointF[])
の配列から一連のベジェ スプラインを描画します。PointF
構造物.
public void DrawBeziers(Pen pen, PointF[] points)
パラメータ | タイプ | 説明 |
---|
pen | Pen | Pen 曲線の色、幅、およびスタイルを決定します。 |
points | PointF[] | の配列PointF 曲線を決定するポイントを表す構造。 |
例外
例外 | 調子 |
---|
ArgumentNullException | pen null です。 -または- points無効である。 |
関連項目