Read() public static method

Read the Bounds from the reader.
public static Read ( BinaryReader reader ) : Bounds
reader System.IO.BinaryReader The to read the from.
return Bounds
Esempio n. 1
0
 public override object Read(object target, Package package, BinaryReader reader, long end)
 {
     return(Bounds.Read(reader));
 }