module Ext_util_Region:This class represents a rectangular region in X,Y ...sig..end
This class represents a rectangular region in X,Y space, and performs geometric transformations or tests upon the region.
This class may be used to compare the document regions occupied by elements.
class type t =object..end
class type configs =object..end
class type events =object..end
class type statics =object..end
val get_static : unit -> statics Js.tval static : statics Js.tval from : 'a Js.t -> 'b Js.tstatics.fromval getRegion : 'a Js.t -> 'b Js.tstatics.getRegionval of_configs : configs Js.t -> t Js.tof_configs c casts a config object c to an instance of class tval to_configs : t Js.t -> configs Js.tto_configs o casts instance o of class t to a config object