Method | Description | |
---|---|---|
BeginDrawing ( int w, int h ) : bool | ||
ColorGetPixel ( int x, int y ) : Color | ||
Fill ( Color c ) : void | ||
Fill ( int c ) : void | ||
FillRectangle ( Color c, int x, int y, int w, int h ) : void | ||
FillRectangle ( int c, int x, int y, int w, int h ) : void | ||
Get ( ) : |
||
SetPixel ( int x, int y, Color c ) : void | ||
SetPixel ( int x, int y, int c ) : void | ||
TPaintingBitmap ( ) : System | ||
TPaintingBitmap ( int w, int h ) : System | ||
intGetPixel ( int x, int y ) : int |
public ColorGetPixel ( int x, int y ) : Color | ||
x | int | |
y | int | |
return | Color |
public FillRectangle ( Color c, int x, int y, int w, int h ) : void | ||
c | Color | |
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public FillRectangle ( int c, int x, int y, int w, int h ) : void | ||
c | int | |
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public SetPixel ( int x, int y, Color c ) : void | ||
x | int | |
y | int | |
c | Color | |
return | void |
public SetPixel ( int x, int y, int c ) : void | ||
x | int | |
y | int | |
c | int | |
return | void |
public TPaintingBitmap ( int w, int h ) : System | ||
w | int | |
h | int | |
return | System |