getpixel
美
英 
- 網(wǎng)絡(luò)中指定像素的顏色;取像素點(diǎn)值;獲取像素點(diǎn)的顏色
例句
To access the raw pixel for a given location the method getPixel(int x, int y, pixel int[]) can be used.
要訪問(wèn)給定位置的原始像素,可以使用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)方法從位圖檢索顏色值。