Bitmap.GetPixel

Bitmap.GetPixel method

この中の指定されたピクセルの色を取得しますBitmap.

public Color GetPixel(int x, int y)
パラメータタイプ説明
xInt32取得するピクセルの x 座標。
yInt32取得するピクセルの y 座標。

戻り値

あColor指定されたピクセルの色を表す構造体。

関連項目