DrawLineBaseImage

基本イメージデータの指定の座標に線を描画する(各色要素は0〜255)

nothrow @nogc extern (C++, DxLib) extern
int
DrawLineBaseImage
(,
int x1
,
int y1
,
int x2
,
int y2
,
int r
,
int g
,
int b
,
int a
)

Meta