Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Types
TPoints Type
Defines a cross-library (VCL or FMX) type for an array of integer points.
Namespace: FMX.RS.Graphics
Delphi
type TPoints = array of TPoint;
•FMX.RS.Graphics.TCanvasPoint
•FMX.RS.Graphics.PointsToRSPoints(TPoints)
•FMX.RS.Graphics.RSPointsToPoints(TRSPoints)
•FMX.RS.Graphics.TRSPathData.AddPolygon(TRSPoints)
•FMX.RS.Graphics.PointInPath(TPoint,TPoints)
•FMX.RS.Graphics