======Структура RECT====== * **Пространство имен:** [[developers:references:topomatic.controls|Topomatic.Controls]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== struct RECT =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.controls.rect..ctor_system.int32_system.int32_system.int32_system.int32|RECT(Int32, Int32, Int32, Int32)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.controls.rect..ctor_system.drawing.rectangle|RECT(Rectangle)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.controls.rect.size|Size]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| Показывает, равен ли этот экземпляр заданному объекту. (Наследуется от ValueType.)| |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.controls.rect.fromxywh_system.int32_system.int32_system.int32_system.int32|FromXYWH(Int32, Int32, Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Возвращает хэш-код для данного экземпляра. (Наследуется от ValueType.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает полное имя типа этого экземпляра. (Наследуется от ValueType.)| =====Поля===== ^Тип^Имя^Описание^ |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.controls.rect.bottom|bottom]]| | |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.controls.rect.left|left]]| | |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.controls.rect.right|right]]| | |{{developers:references:field.png|Поле}}|[[developers:references:topomatic.controls.rect.top|top]]| |