C# Class natix.CompactDS.NullBitmap

Inheritance: Bitmap
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Méthode Description
Access ( int i ) : bool
AssertEquality ( Bitmap other ) : void
Load ( BinaryReader br ) : void
NullBitmap ( ) : System
Rank1 ( int i ) : int
Save ( BinaryWriter bw ) : void
Select1 ( int i ) : int

Method Details

Access() public méthode

public Access ( int i ) : bool
i int
Résultat bool

AssertEquality() public méthode

public AssertEquality ( Bitmap other ) : void
other Bitmap
Résultat void

Load() public méthode

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
Résultat void

NullBitmap() public méthode

public NullBitmap ( ) : System
Résultat System

Rank1() public méthode

public Rank1 ( int i ) : int
i int
Résultat int

Save() public méthode

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Select1() public méthode

public Select1 ( int i ) : int
i int
Résultat int