Пример #1
0
 public void SetPixel(int window, Kanga_core.Point point, Color color)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void SetPixelArray(int window, Kanga_core.Point point, int width, int high, Color[] data)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public System.Drawing.Color GetPixel(int window, Kanga_core.Point point)
 {
     throw new NotImplementedException();
 }