Ejemplo n.º 1
0
 public Pixel(IPixel pel)
 {
     Layout = pel.Layout;
     ComponentType = pel.ComponentType;
     SetColor(pel.GetColor());
 }