Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ConstructImageSurfaceFromPngData ( byte pngData ) : |
||
ImageSurface ( |
public ImageSurface ( Format format, int width, int height ) : System | ||
format | Format | |
width | int | |
height | int | |
return | System |
public ImageSurface ( |
||
data | ||
format | Format | |
width | int | |
height | int | |
stride | int | |
return | System |
public ImageSurface ( byte pngData ) : System | ||
pngData | byte | |
return | System |
public ImageSurface ( byte data, Format format, int width, int height, int stride ) : System | ||
data | byte | |
format | Format | |
width | int | |
height | int | |
stride | int | |
return | System |
public ImageSurface ( string filename ) : System | ||
filename | string | |
return | System |