Surface

interface Surface : Closable

Represents the destination for the 2D (two dimensional) graphics.

interface Surface : Closable
interface Surface : Closable

Functions

close
Link copied to clipboard
abstract fun close()
abstract fun close()
abstract fun close()

Properties

isClosed
Link copied to clipboard
common
abstract val isClosed: Boolean
isClosed
Link copied to clipboard
linuxArm32
abstract val isClosed: Boolean
isClosed
Link copied to clipboard
linuxX64
abstract val isClosed: Boolean
surfacePtr
Link copied to clipboard
linuxArm32
abstract val surfacePtr: CPointer<cairo_surface_t>?
surfacePtr
Link copied to clipboard
linuxX64
abstract val surfacePtr: CPointer<cairo_surface_t>?

Inheritors

ImageSurface
Link copied to clipboard
PdfSurface
Link copied to clipboard