W
wangyubai196412
Unregistered / Unconfirmed
GUEST, unregistred user!
TRect = packed record
case Integer of
0: (Left, Top, Right, Bottom: Longint);
1: (TopLeft, BottomRight: TPoint);
end;
其中的Integer是什么意思呢?
case Integer of
0: (Left, Top, Right, Bottom: Longint);
1: (TopLeft, BottomRight: TPoint);
end;
其中的Integer是什么意思呢?