C# Class img2bmp32.Program

Afficher le fichier Open project: coderforlife/c4l-utils

Méthodes publiques

Méthode Description
WriteLong ( this f, long x ) : void
WriteShort ( this f, short x ) : void

Private Methods

Méthode Description
Main ( string args ) : int

Method Details

WriteLong() public static méthode

public static WriteLong ( this f, long x ) : void
f this
x long
Résultat void

WriteShort() public static méthode

public static WriteShort ( this f, short x ) : void
f this
x short
Résultat void