Get the height of the image surface in pixels.

cairo_image_surface_get_height(surface)

Arguments

surface

[cairo_surface_t *] a #cairo_image_surface_t

Value

[int]

Details

Return value: the height of the surface in pixels.

Since: 1.0

C function prototype: int cairo_image_surface_get_height (cairo_surface_t *surface)

See also