Creates a polygonal shape based on bezier control points.
Namespace: FMX.RS.Graphics
Delphi |
function BezierPolygonPoints( Vc: TRSPoints; |
Parameters
Vc
Type: System.Void
Bezier control points
Smooth
Type: Boolean
Smooth out the bezier polygons or not
Closed
Type: Boolean
Close the shape (end point is starting point) or not
PointStep
Type: Integer
Type: TRSPoints