CairoContext

open class CairoContext(pointer: <Error class: unknown class><<Error class: unknown class>>) : DrawContext

GdkCairoContext is an object representing the platform-specific draw context.

GdkCairoContexts are created for a surface using method@Gdk.Surface.create_cairo_context, and the context can then be used to draw on that surface.

Skipped during bindings generation

  • method cairo_create: Return type cairo.Context is unsupported

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val display: Display?

The GdkDisplay used to create the GdkDrawContext.

Link copied to clipboard
val gdkCairoContextPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gdkDrawContextPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val surface: Surface?

The GdkSurface the context is bound to.

Functions

Link copied to clipboard
open fun endFrame()

Ends a drawing operation started with gdk_draw_context_begin_frame().

Link copied to clipboard
open fun isInFrame(): Boolean

Returns true if @context is in the process of drawing to its surface.