Method | Description | |
---|---|---|
BitVector2DSurfaceAdapter ( |
||
Clear ( bool newValue ) : void | ||
Clone ( ) : |
||
Get ( int x, int y ) : bool | ||
GetUnchecked ( int x, int y ) : bool | ||
Invert ( Point pt ) : void | ||
Invert ( |
||
Invert ( Pinta.Core.Scanline scan ) : void | ||
Invert ( int x, int y ) : void | ||
Set ( Point pt, bool newValue ) : void | ||
Set ( |
||
Set ( Pinta.Core.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 |
Method | Description | |
---|---|---|
ICloneable ( ) : object |
public BitVector2DSurfaceAdapter ( |
||
surface | ||
return | System |
public Invert ( Pinta.Core.Scanline scan ) : void | ||
scan | Pinta.Core.Scanline | |
return | void |
public Set ( Point pt, bool newValue ) : void | ||
pt | Point | |
newValue | bool | |
return | void |
public Set ( |
||
rect | ||
newValue | bool | |
return | void |
public Set ( Pinta.Core.Scanline scan, bool newValue ) : void | ||
scan | Pinta.Core.Scanline | |
newValue | bool | |
return | void |
public Set ( int x, int y, bool newValue ) : void | ||
x | int | |
y | int | |
newValue | bool | |
return | void |
public SetUnchecked ( int x, int y, bool newValue ) : void | ||
x | int | |
y | int | |
newValue | bool | |
return | void |