메소드 | 설명 | |
---|---|---|
ImageSurface ( Format format, int width, int height ) : System | ||
ImageSurface ( |
||
ImageSurface ( byte pngData ) : System | ||
ImageSurface ( byte data, Format format, int width, int height, int stride ) : System | ||
ImageSurface ( string filename ) : System |
메소드 | 설명 | |
---|---|---|
ConstructImageSurfaceFromPngData ( byte pngData ) : |
||
ImageSurface ( |
public ImageSurface ( Format format, int width, int height ) : System | ||
format | Format | |
width | int | |
height | int | |
리턴 | System |
public ImageSurface ( |
||
data | ||
format | Format | |
width | int | |
height | int | |
stride | int | |
리턴 | System |
public ImageSurface ( byte data, Format format, int width, int height, int stride ) : System | ||
data | byte | |
format | Format | |
width | int | |
height | int | |
stride | int | |
리턴 | System |