Method cairo_image_surface_get_height
cairo_image_surface_get_height(nint)
Gets the height, in pixels, of the specified Cairo image surface.
public static extern int cairo_image_surface_get_height(nint surface)
Parameters
surfacenintPointer to a
cairo_surface_trepresenting an image surface.
Returns
- int
The height of the image surface in pixels. If
surfaceis invalid, behavior is undefined.