EbsOpen Class Library for EBSILON®Professional

Application.Position Property

Get/Set the position of the EBSILON®Professional main window.

[Visual Basic]
Public Property Position As Rectangle
[C#]
public Rectangle Position { get; set; }
[C++]
public: __property Rectangle* get_Position();
public: __property void set_Position(Rectangle* );
[JScript]
public function get Position() : Rectangle
public function set Position(Rectangle);

Property Value

Position of the EBSILON®Professional main window

Remarks

Note    Use NewRectangle to create a new rectangle.

See Also

Application Class | EbsOpen Namespace