Line
Line(
float
x1,
float
y1,
float
x2,
float
y2)
バージョン
1.0
説明
始点と終点の間に直線を描画する。
パラメータ
x1
始点のx座標。
y1
始点のy座標。
x2
終点のx座標。
y2
終点のy座標。
参照
SetLineWidth()
,
SetDrawColor()
.
目次