RectF

open class RectF
typealias RectF = RectF

Constructors

RectF
Link copied to clipboard
common
fun RectF()
RectF
Link copied to clipboard
common
fun RectF(left: Float, top: Float, right: Float, bottom: Float)

Functions

set
Link copied to clipboard
common
fun set(left: Float, top: Float, right: Float, bottom: Float)

Properties

bottom
Link copied to clipboard
common
var bottom: Float
left
Link copied to clipboard
common
var left: Float
right
Link copied to clipboard
common
var right: Float
top
Link copied to clipboard
common
var top: Float