DrawTriangleAA

三角形を描画する(アンチエイリアス付き)

version(!DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
int
DrawTriangleAA
(
float x1
,
float y1
,
float x2
,
float y2
,
float x3
,
float y3
,
uint Color
,,
float LineThickness = 1.0f
)

Meta