Table of Contents

Method cairo_destroy

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

cairo_destroy(nint)

Destroys a Cairo drawing context (cairo_t) and frees associated resources.

public static extern void cairo_destroy(nint cr)

Parameters

cr nint

Pointer to the cairo_t to destroy.