Line

Line(float x1, float y1, float x2, float y2)

版本

1.0

內容

由第一點劃線到第二點。

參數

x1
第一點的橫座標(x)
y1
第一點的縱座標(y)
x2
第二點的橫座標(x)
y2
第二點的縱座標(y)

參見

SetLineWidth(), SetDrawColor().

索引