Class virtual DrawCaml.delement

class virtual delement : unit -> object .. end

Abstract type for the elements of the window. You should not instanciante directly the class delement.


method getSize : unit -> int * int

Gets the size of the element

method setSize : int * int -> unit

Sets the size of the element

method getPos : unit -> int * int

Get the relative position of the element