com.agog.mathdisplay.render / CGRect

CGRect

data class CGRect : Any

Constructors

<init> CGRect(x: Float = 0.0f, y: Float = 0.0f, width: Float = 0.0f, height: Float = 0.0f)

Properties

height var height: Float
width var width: Float
x var x: Float
y var y: Float