ViewBox
class ViewBox(val program: Program, var clientArea: Rectangle, translateMouse: Boolean = true, translateKeyboard: Boolean = true, translatePointers: Boolean = true, translateGestures: Boolean = true, val colorType: ColorType? = null, val contentScale: Double? = null, val multisample: BufferMultisample? = null) : Program(source)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Program.viewBox(area: Rectangle, translateMouse: Boolean = true, translateKeyboard: Boolean = true, translatePointers: Boolean = true, translateGestures: Boolean = true, colorType: ColorType? = null, contentScale: Double? = null, multisample: BufferMultisample? = null, f: ViewBox.() -> Unit = {}): ViewBox
Create a ViewBox