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