C# Class BitmapBPP.BitmapConverter

ファイルを表示 Open project: CORE-POS/IS4C Class Usage Examples

Public Methods

Method Description
BitmapConverter ( ) : System
Main ( string args ) : void
To1bpp ( string filename ) : byte[]

Private Methods

Method Description
GetInt ( byte data, int start, int end ) : int
PutInt ( byte &ret, int val, int start, int end ) : void

Method Details

BitmapConverter() public method

public BitmapConverter ( ) : System
return System

Main() static public method

static public Main ( string args ) : void
args string
return void

To1bpp() public static method

public static To1bpp ( string filename ) : byte[]
filename string
return byte[]