class float_rect :(float * float) * (float * float) ->
object
..end
val rect : float SFRect.t
method contains : float * float -> bool
method height : float
method intersection : float_rect -> float_rect option
method intersects : float_rect -> bool
method left : float
method t : float SFRect.t
method top : float
method width : float