ViewBox

data class ViewBox(val left: Float, val top: Float, val right: Float, val bottom: Float)

Constructors

Link copied to clipboard
constructor(left: Float, top: Float, right: Float, bottom: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
Link copied to clipboard
val top: Float
Link copied to clipboard