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