메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public static CreateFromFile ( string filename, int x, int y, int width, int height ) : |
||
filename | string | |
x | int | |
y | int | |
width | int | |
height | int | |
리턴 |
public static CreateFromResource ( string resourceName, int x, int y, int width, int height ) : |
||
resourceName | string | |
x | int | |
y | int | |
width | int | |
height | int | |
리턴 |
public GraphicImage ( string name, IPixelArray pbuff ) : System | ||
name | string | |
pbuff | IPixelArray | |
리턴 | 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 | |
리턴 | System |