getpixel
美
英 
- 网络中指定像素的颜色;取像素点值;获取像素点的颜色
例句
To access the raw pixel for a given location the method getPixel(int x, int y, pixel int[]) can be used.
要访问给定位置的原始像素,可以使用getPixel(intx,inty,pixelint[])方法。
You can use the M: System. Drawing. Bitmap. GetPixel(System. Int32, System. Int32) method to retrieve a color value from a bitmap.
可以使用M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)方法从位图检索颜色值。