DrawPixel
code:c++
int DrawPixel( int x , int y , unsigned int Color ) ;
点を描画する
x, y
描画する点の座標を設定
Color
GetColor で色を指定
戻り値
0 成功
-1 失敗
#関数 #図形