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