RasterImage.SetPixel

RasterImage.SetPixel method

指定された位置にイメージ ピクセルを設定します。

public void SetPixel(int x, int y, Color color)
パラメータタイプ説明
xInt32ピクセル x の位置。
yInt32ピクセルの y 位置。
colorColor指定された位置のピクセルの色。

関連項目