Ejemplo n.º 1
0
 public void SetPixel(int window, Kanga_core.Point point, Color color)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void SetPixelArray(int window, Kanga_core.Point point, int width, int high, Color[] data)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public System.Drawing.Color GetPixel(int window, Kanga_core.Point point)
 {
     throw new NotImplementedException();
 }