예제 #1
0
 public ImageWriter WriteLeUInt32(uint offset, uint ui)
 {
     ByteMemoryArea.WriteLeUInt32(Bytes, offset, ui);
     return(this);
 }