[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public RECT(
int left_,
int top_,
int right_,
int bottom_
)
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 Sub New (
left_ As Integer,
top_ As Integer,
right_ As Integer,
bottom_ As Integer
)
public:
RECT(
int left_,
int top_,
int right_,
int bottom_
)
public:
RECT(
int left_,
int top_,
int right_,
int bottom_
)
new :
left_ : int *
top_ : int *
right_ : int *
bottom_ : int -> RECTnew :
left_ : int *
top_ : int *
right_ : int *
bottom_ : int -> RECT