getpixel

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)方法位图检索颜色

热门查询