Метод | Описание | |
---|---|---|
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 ( |
||
Invert ( |
||
Invert ( int x, int y ) : void | ||
Set ( Point pt, bool newValue ) : void | ||
Set ( |
||
Set ( |
||
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 |
public BitVector2DSurfaceAdapter ( ISurface surface ) : System | ||
surface | ISurface | |
Результат | System |
public GetUnchecked ( int x, int y ) : bool | ||
x | int | |
y | int | |
Результат | bool |
public Set ( Point pt, bool newValue ) : void | ||
pt | Point | |
newValue | bool | |
Результат | void |
public Set ( |
||
rect | ||
newValue | bool | |
Результат | void |
public Set ( |
||
scan | ||
newValue | bool | |
Результат | void |
public Set ( int x, int y, bool newValue ) : void | ||
x | int | |
y | int | |
newValue | bool | |
Результат | void |
public SetUnchecked ( int x, int y, bool newValue ) : void | ||
x | int | |
y | int | |
newValue | bool | |
Результат | void |