コード例 #1
0
 public PixelStructColStruct(int x, int y, ColorStruct color)
 {
     this.x     = x;
     this.y     = y;
     this.color = color;
 }
コード例 #2
0
 public PixelClaseColStruct()
 {
     x     = 0;
     y     = 0;
     color = new ColorStruct(0, 0, 0);
 }