Example #1
0
 public void Read(BinaryReader r)
 {
     center = new Point1();
     center.Read(r);
     rad     = r.ReadInt32();
     fIsNull = BitConverter.ToBoolean(r.ReadBytes(1), 0);
 }