Exemplo n.º 1
0
 public CExtent(BinaryReader br)
 {
     Radius = br.ReadSingle();
     Extent = new CBox(br);
 }
Exemplo n.º 2
0
 public CExtent()
 {
     Extent = new CBox();
 }