RasterImage.GetPixel

RasterImage.GetPixel method

画像ピクセルを取得します。

public Color GetPixel(int x, int y)
パラメータタイプ説明
xInt32ピクセル x の位置。
yInt32ピクセルの y 位置。

戻り値

指定された位置のピクセルの色。

関連項目