Converts an array of points to TPathData
Namespace: FMX.RS.CanvasHelper
Delphi |
function PointsToPath( const Points: Array of TPointF; Closed: Boolean = False; Smooth: Boolean = False ): TPathData; overload; |
Parameters
Points
Type: Array of TPointF
Closed
Type: Boolean
Smooth
Type: Boolean
Type: TPathData
Reference |