C# Class Cairo.ImageSurface

Inheritance: Surface
Mostra file Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
ImageSurface ( Format format, int width, int height ) : System
ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
ImageSurface ( byte pngData ) : System
ImageSurface ( byte data, Format format, int width, int height, int stride ) : System
ImageSurface ( string filename ) : System

Private Methods

Method Description
ConstructImageSurfaceFromPngData ( byte pngData ) : IntPtr
ImageSurface ( IntPtr handle, bool owns ) : System

Method Details

ImageSurface() public method

public ImageSurface ( Format format, int width, int height ) : System
format Format
width int
height int
return System

ImageSurface() public method

public ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
data System.IntPtr
format Format
width int
height int
stride int
return System

ImageSurface() public method

public ImageSurface ( byte pngData ) : System
pngData byte
return System

ImageSurface() public method

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

ImageSurface() public method

public ImageSurface ( string filename ) : System
filename string
return System