Cairo

class Cairo(pointer: CPointer<cairo_t>)

kotlinx-gtk 16 / 04 / 2021 TODO

See also

Constructors

Cairo
Link copied to clipboard
fun Cairo(surface: Surface)
Cairo
Link copied to clipboard
fun Cairo(pointer: CPointer<cairo_t>)

Types

Companion
Link copied to clipboard
object Companion

Functions

destroy
Link copied to clipboard
fun destroy()
fill
Link copied to clipboard
fun fill()
paint
Link copied to clipboard
fun paint()
rectangle
Link copied to clipboard
fun rectangle(x: Double, y: Double, width: Double, height: Double)
setSourceRGB
Link copied to clipboard
fun setSourceRGB(red: Double, green: Double, blue: Double)
setSourceSurface
Link copied to clipboard
fun setSourceSurface(surface: Surface, x: Double, y: Double)

Properties

pointer
Link copied to clipboard
val pointer: CPointer<cairo_t>