RasterImage.GetPixel

RasterImage.GetPixel method

获取图像像素。

public Color GetPixel(int x, int y)
范围类型描述
xInt32像素 x 位置。
yInt32像素 y 位置。

返回值

指定位置的像素颜色。

也可以看看