Exemplo n.º 1
0
 public GraphicObject(PlataformObject plataformObject) : this(plataformObject.PlataformSize, plataformObject.Location, plataformObject.Content, plataformObject.Type)
 {
     ID = plataformObject.ID;
 }
Exemplo n.º 2
0
 public GraphicObject(Image defaultView, PlataformObject father) : this(defaultView, father.Location, father.Content, father.Type)
 {
     ID = father.ID;
 }