Method | Description | |
---|---|---|
CreateFromBitmap ( |
||
CreateFromFile ( string filename, int x, int y, int width, int height ) : |
||
CreateFromResource ( string resourceName, int x, int y, int width, int height ) : |
||
DrawSelf ( |
||
GraphicImage ( string name, IPixelArray pbuff ) : System | ||
GraphicImage ( string name, int x, int y, int width, int height, IPixelArray pbuff ) : System |
public static CreateFromBitmap ( |
||
bm | ||
name | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return |
public static CreateFromFile ( string filename, int x, int y, int width, int height ) : |
||
filename | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return |
public static CreateFromResource ( string resourceName, int x, int y, int width, int height ) : |
||
resourceName | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return |
public DrawSelf ( |
||
devent | ||
return | void |
public GraphicImage ( string name, IPixelArray pbuff ) : System | ||
name | string | |
pbuff | IPixelArray | |
return | System |
public GraphicImage ( string name, int x, int y, int width, int height, IPixelArray pbuff ) : System | ||
name | string | |
x | int | |
y | int | |
width | int | |
height | int | |
pbuff | IPixelArray | |
return | System |