Table of Contents

Method cairo_surface_destroy

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

cairo_surface_destroy(nint)

Destroys a Cairo surface and frees associated resources.

public static extern void cairo_surface_destroy(nint surface)

Parameters

surface nint

Pointer to a cairo_surface_t to destroy.

Remarks

After calling this, the surface pointer must not be used.