Layout Viewport
data class LayoutViewport(pageX: Int, pageY: Int, clientWidth: Int, clientHeight: Int)
Content copied to clipboard
Layout viewport position and dimensions.
Constructors
LayoutViewport
Link copied to clipboard
fun LayoutViewport(pageX: Int, pageY: Int, clientWidth: Int, clientHeight: Int)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard