Module Ext_util_Region


module Ext_util_Region: sig .. end
This class represents a rectangular region in X,Y ...

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.t
Static instance for lazy-loaded modules.
val static : statics Js.t
Static instance.
val from : 'a Js.t -> 'b Js.t
See method statics.from
val getRegion : 'a Js.t -> 'b Js.t
See method statics.getRegion
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object