[
Overview
][
Constants
][
Types
][
Classes
][
Procedures and functions
][
Index
]
Reference for unit '_crw_crwapi' (
#crwlib
)
TPoint2D
Declaration
Source position: _crw_crwapi.pas line 987
type
TPoint2D
=
packed record
x
:
Double
;
y
:
Double
;
end
;