Rectangle

class Rectangle(rectanglePointer: CPointer<GdkRectangle>)

kotlinx-gtk 15 / 03 / 2021

Constructors

Rectangle
Link copied to clipboard
fun Rectangle(rectanglePointer: CPointer<GdkRectangle>)

Types

Companion
Link copied to clipboard
object Companion

Properties

height
Link copied to clipboard
var height: Int
rectanglePointer
Link copied to clipboard
val rectanglePointer: CPointer<GdkRectangle>
width
Link copied to clipboard
var width: Int
x
Link copied to clipboard
var x: Int
y
Link copied to clipboard
var y: Int