library
/
com.otaliastudios.opengl.geometry
/
RectF
common
androidJvm
Rect
F
common
androidJvm
open class
RectF
Content copied to clipboard
typealias
RectF
=
RectF
Content copied to clipboard
Constructors
Functions
Properties
Constructors
RectF
Link copied to clipboard
common
fun
RectF
()
Content copied to clipboard
RectF
Link copied to clipboard
common
fun
RectF
(left:
Float
, top:
Float
, right:
Float
, bottom:
Float
)
Content copied to clipboard
Functions
set
Link copied to clipboard
common
fun
set
(left:
Float
, top:
Float
, right:
Float
, bottom:
Float
)
Content copied to clipboard
Properties
bottom
Link copied to clipboard
common
var
bottom
:
Float
Content copied to clipboard
left
Link copied to clipboard
common
var
left
:
Float
Content copied to clipboard
right
Link copied to clipboard
common
var
right
:
Float
Content copied to clipboard
top
Link copied to clipboard
common
var
top
:
Float
Content copied to clipboard