Exemple #1
0
 public ImageWriter WriteBeUInt32(uint offset, uint ui)
 {
     ByteMemoryArea.WriteBeUInt32(Bytes, offset, ui);
     return(this);
 }