System::Drawing::Bitmap::SetPixel メソッド

Bitmap::SetPixel method

現在のオブジェクトが表すビットマップ画像の指定されたピクセルの色を設定します。

void System::Drawing::Bitmap::SetPixel(int x, int y, Color color)
パラメーター説明
xintピクセルの X 座標
yintピクセルの Y 座標
colorColor設定する新しい色

参照