Presenter Tracking Info
data class PresenterTrackingInfo( val fullViewWidth: Int = 0, val fullViewHeight: Int = 0, val trackingZone: Rectangle = Rectangle(), val stageFrame: Rectangle = Rectangle())
Content copied to clipboard
Constructors
Link copied to clipboard
fun PresenterTrackingInfo( fullViewWidth: Int = 0, fullViewHeight: Int = 0, trackingZone: Rectangle = Rectangle(), stageFrame: Rectangle = Rectangle())
Content copied to clipboard