Ejemplo n.º 1
0
 public ISerializable Deserialize(BinaryInput input)
 {
     Source = input.ReadRectangle();
     return this;
 }