Table of Contents

Method cairo_image_surface_get_height

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

surface nint

Pointer to a cairo_surface_t representing an image surface.

Returns

int

The height of the image surface in pixels. If surface is invalid, behavior is undefined.