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