GetPixel

Bitmap.GetPixel method

获取此中指定像素的颜色Bitmap.

public Color GetPixel(int x, int y)
范围类型描述
xInt32要检索的像素的 x 坐标。
yInt32要检索的像素的 y 坐标。

返回值

一个Color表示指定像素颜色的结构。

也可以看看