Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested class: RT.Util.Forms.ManagedWindow.WindowDimensions

Summary

Stores the size, position and maximized state of the form.

Constructors

Creates a new instance of ManagedWindow.WindowDimensions.

Instance fields

doubleStores the height of the form when not maximized.
doubleStores the left (X) coordinate of the form when not maximized.
boolStores whether the form is maximized.
doubleStores the top (Y) coordinate of the form when not maximized.
doubleStores the width of the form when not maximized.