Example #1
0
 private void ReadControlLocation(MemoryInputStream stream, ref JORControlLocation location)
 {
     location.X      = stream.ReadS16();
     location.Y      = stream.ReadS16();
     location.Width  = stream.ReadS16();
     location.Height = stream.ReadS16();
 }