ArduinoGraphics::line()
説明
直線を描画する。stroke()で設定した描画色を利用する。
書式
void ArduinoGraphics::line(int x1, int y1, int x2, int y2)
引数
x1 | 直線の始点のX座標 |
y1 | 直線の始点のY座標 |
x2 | 直線の終点のX座標 |
y2 | 直線の終点のY座標 |
戻り値
なし
使用例
|
|
オリジナルのページ
https://www.arduino.cc/reference/en/libraries/arduinographics/line/
最終更新日
August 18, 2024