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