C# Class img2bmp32.Program

Mostrar archivo Open project: coderforlife/c4l-utils

Public Methods

Method Description
WriteLong ( this f, long x ) : void
WriteShort ( this f, short x ) : void

Private Methods

Method Description
Main ( string args ) : int

Method Details

WriteLong() public static method

public static WriteLong ( this f, long x ) : void
f this
x long
return void

WriteShort() public static method

public static WriteShort ( this f, short x ) : void
f this
x short
return void