[
Overview
][
Constants
][
Types
][
Procedures and functions
][
Index
]
Reference for unit '_crw_plut' (
#crwlib
)
TRect2I
Declaration
Source position: _crw_plut.pas line 45
type
TRect2I
=
packed record
a
:
TPoint2I
;
b
:
TPoint2I
;
end
;