DrawBezierPolygon(TCanvas,TRSPoints,Boolean,Boolean,Boolean,Integer,Single) Method |
Scroll Prev Top Next More |
Draw and optionally fill a bezier polygon shape
Namespace: RSGraphics
Delphi |
procedure DrawBezierPolygon( const Canvas: TCanvas; Vc: TRSPoints; |
Parameters
Canvas
Type: TCanvas
Canvas to draw to
Vc
Type: TRSPoints
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)