Пример #1
0
 public virtual void copy_pixel(int x, int y, byte[] c, int ByteOffset)
 {
     linkedImage.copy_pixel(x, y, c, ByteOffset);
 }