[
Overview
][
Resource strings
][
Constants
][
Types
][
Classes
][
Procedures and functions
]
Reference for unit 'GfxBase' (
#fpgfx
)
TSize
Declaration
Source position: gfxbase.pas line 41
type
TSize
=
record
cx
:
Integer
;
cy
:
Integer
;
end
;
Description