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