Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested sealed class: RT.Util.Forms.ManagedForm.FormDimensions

Summary

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

Constructors

Creates a new instance of ManagedForm.FormDimensions.

Instance methods

ManagedForm.FormDimensionsReturns a deep clone of this class.

Instance fields

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