Class Oo_sfml_graphics.int_rect

class int_rect : (int * int) * (int * int) -> object .. end

val rect : int SFRect.t
method contains : int * int -> bool
method height : int
method intersection : int_rect -> int_rect option
method intersects : int_rect -> bool
method left : int
method t : int SFRect.t
method top : int
method width : int