Defines a cross-library (VCL or FMX) type for a point. In VCL, the point used in canvas functions is a TPoint. In FMX, the point used in canvas functions is a TPointF.
Use this type to create code that can copy and paste between libraries.
Namespace: FMX.RS.Graphics
Delphi |
type |