RECT(Int32, Int32, Int32, Int32) - конструктор |
Инициализирует новый экземпляр класса
RECT
Пространство имён:
Tessa.UI.Shell.Native
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public RECT(
int left,
int top,
int right,
int bottom
)
Public Sub New (
left As Integer,
top As Integer,
right As Integer,
bottom As Integer
)
public:
RECT(
int left,
int top,
int right,
int bottom
)
new :
left : int *
top : int *
right : int *
bottom : int -> RECT
Параметры
- left
- Тип: SystemInt32
- top
- Тип: SystemInt32
- right
- Тип: SystemInt32
- bottom
- Тип: SystemInt32
См. также