gdk.cairo_context
Module for CairoContext class
Types 3
gdk.cairo_context.CairoContext is an object representing the platform-specific draw context.
gdk.cairo_context.CairoContexts are created for a surface using gdk.surface.Surface.createCairoContext, and the context can then be used to draw on that surface.
Methods
CairoContext self()Returns `this`, for use in `with` statements.CairoContextGidBuilder builder()Get builder for [gdk.cairo_context.CairoContext] Returns: New builder objectcairo.context.Context cairoCreate()Retrieves a Cairo context to be used to draw on the [gdk.surface.Surface] of context.Fluent builder implementation template for gdk.cairo_context.CairoContext
Fluent builder for gdk.cairo_context.CairoContext
Methods
CairoContext build()Create object from builder. Returns: New object