Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
cairo
Cairo
ImageSurface
ImageSurface
ImageSurface.for_data
ImageSurface.from_png
ImageSurface.from_png_stream
get_data
get_format
get_height
get_stride
get_width
ImageSurface
Object Hierarchy:
Description:
public
class
ImageSurface
:
Surface
Namespace:
Cairo
Package:
cairo
Content:
Creation methods:
public
ImageSurface
(
Format
format,
int
width,
int
height)
public
ImageSurface.for_data
(
uchar
[] data,
Format
format,
int
width,
int
height,
int
stride)
public
ImageSurface.from_png
(
string
filename)
public
ImageSurface.from_png_stream
(
ReadFunc
read_func)
Methods:
public
weak
uchar
[]
get_data
()
public
Format
get_format
()
public
int
get_width
()
public
int
get_height
()
public
int
get_stride
()