C# Class natix.CompactDS.NullBitmap

Inheritance: Bitmap
Exibir arquivo Open project: sadit/natix

Public Methods

Method 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 method

public Access ( int i ) : bool
i int
return bool

AssertEquality() public method

public AssertEquality ( Bitmap other ) : void
other Bitmap
return void

Load() public method

public Load ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

NullBitmap() public method

public NullBitmap ( ) : System
return System

Rank1() public method

public Rank1 ( int i ) : int
i int
return int

Save() public method

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Select1() public method

public Select1 ( int i ) : int
i int
return int