CairoContext
abstract class CairoContext(val gdkCairoContextPointer: <Error class: unknown class><<Error class: unknown class>>) : DrawContext(source)
GdkCairoContext
is an object representing the platform-specific draw context.
GdkCairoContext
s are created for a surface using method@Gdk.Surface.create_cairo_context, and the context can then be used to draw on that surface.
Inheritors
Constructors
Types
Link copied to clipboard
class CairoContextImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : CairoContext
The CairoContextImpl type represents a native instance of the abstract CairoContext class.