C# Class BitmapBPP.BitmapConverter

Afficher le fichier Open project: CORE-POS/IS4C Class Usage Examples

Méthodes publiques

Méthode Description
BitmapConverter ( ) : System
Main ( string args ) : void
To1bpp ( string filename ) : byte[]

Private Methods

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

Method Details

BitmapConverter() public méthode

public BitmapConverter ( ) : System
Résultat System

Main() static public méthode

static public Main ( string args ) : void
args string
Résultat void

To1bpp() public static méthode

public static To1bpp ( string filename ) : byte[]
filename string
Résultat byte[]