Method |
Description |
|
BitVector2DSurfaceAdapter ( ISurface surface ) : System |
|
|
Clear ( bool newValue ) : void |
|
|
Get ( int x, int y ) : bool |
|
|
GetUnchecked ( int x, int y ) : bool |
|
|
Invert ( Point pt ) : void |
|
|
Invert ( Rectangle rect ) : void |
|
|
Invert ( Scanline scan ) : void |
|
|
Invert ( int x, int y ) : void |
|
|
Set ( Point pt, bool newValue ) : void |
|
|
Set ( Rectangle rect, bool newValue ) : void |
|
|
Set ( Scanline scan, bool newValue ) : void |
|
|
Set ( int x, int y, bool newValue ) : void |
|
|
SetUnchecked ( int x, int y, bool newValue ) : void |
|
|
this ( Point pt ) : bool |
|
|
this ( int x, int y ) : bool |
|
|