GetPixel
Bitmap.GetPixel method
获取此中指定像素的颜色Bitmap.
public Color GetPixel(int x, int y)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 要检索的像素的 x 坐标。 |
y | Int32 | 要检索的像素的 y 坐标。 |
返回值
一个Color表示指定像素颜色的结构。
也可以看看
- struct Color
- class Bitmap
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
获取此中指定像素的颜色Bitmap.
public Color GetPixel(int x, int y)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 要检索的像素的 x 坐标。 |
y | Int32 | 要检索的像素的 y 坐标。 |
一个Color表示指定像素颜色的结构。