PresenterTrackingInfo

data class PresenterTrackingInfo(    val fullViewWidth: Int = 0,     val fullViewHeight: Int = 0,     val trackingZone: Rectangle = Rectangle(),     val stageFrame: Rectangle = Rectangle())

Constructors

Link copied to clipboard
fun PresenterTrackingInfo(    fullViewWidth: Int = 0,     fullViewHeight: Int = 0,     trackingZone: Rectangle = Rectangle(),     stageFrame: Rectangle = Rectangle())

Properties

Link copied to clipboard
val fullViewHeight: Int = 0
Link copied to clipboard
val fullViewWidth: Int = 0
Link copied to clipboard
val stageFrame: Rectangle
Link copied to clipboard
val trackingZone: Rectangle