[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents ability to control the geometry of the window. [Property] Window=Sets the window to control. ARG(Form)|20|(empty)|Form [Methods] doGetGeometry=Gets the geometry. ARG(Form form)|1|0 doSetGeometry=Sets the geometry. ARG(string geometry)|1|0 *doLeft=Sets the distance, in pixels, between the left edge of the screen and the left edge of the window. ARG(int left)|1|0 *doTop=Sets the distance, in pixels, between the top edge of the screen and the top edge of the window. ARG(int top)|1|0 *doWidth=Sets the width of the window. ARG(int width)|1|0 *doHeight=Sets the height of the window. ARG(int height)|1|0 onGetGeometry=Occurs after invoke doGetGeometry method and returns the geometry. ARG(string)|2|2 .Geometry=Returns the geometry. ARG(string)|3|2 *.Left=Returns the distance, in pixels, between the left edge of the screen and the left edge of the window. ARG(int)|3|1 *.Top=Returns the distance, in pixels, between the top edge of the screen and the top edge of the window. ARG(int)|3|1 *.Width=Returns the width of the window. ARG(int)|3|1 *.Height=Returns the height of the window. ARG(int)|3|1 Window=Defines the window to control. ARG(Form)|4|0 Geometry=Defines the geometry to set. ARG(string)|4|2 *Left=Defines the distance, in pixels, between the left edge of the screen and the left edge of the window. ARG(int)|4|1 *Top=Defines the distance, in pixels, between the top edge of the screen and the top edge of the window. ARG(int)|4|1 *Width=Defines the width of the window. ARG(int)|4|1 *Height=Defines the height of the window. ARG(int)|4|1