Package org.gnome.gdk

Class CairoContext

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
CairoContext.CairoContextImpl

@Generated("io.github.jwharm.JavaGI") public abstract class CairoContext extends DrawContext
GdkCairoContext is an object representing the platform-specific draw context.

GdkCairoContexts are created for a surface using Surface.createCairoContext(), and the context can then be used to draw on that surface.