DrawBezierPolygon(TCanvas,TPoints,Boolean,Boolean,Boolean,Integer,Single) Method |
Scroll Prev Top Next More |
Draw and optionally fill a bezier polygon shape
Namespace: FMX.RS.Graphics
Delphi |
procedure DrawBezierPolygon( const Canvas: TCanvas; Vc: TPoints; |
Parameters
Canvas
Type: TCanvas
Canvas to draw to
Vc
Type: TPoints
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
Filled
Type: Boolean
Fill the shape or not
PointStep
Type: Integer
Opacity
Type: Single
Transparency of the shape (FMX only)