RECT(Int32, Int32, Int32, Int32) - конструктор
Инициализирует новый экземпляр класса
RECTПространство имён: Tessa.UI.Shell.NativeСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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 Int32
-
- top Int32
-
- right Int32
-
- bottom Int32
-