DrawGradient(TCanvas,TCanvasRect,TCanvasColor[],TGradientStyle,TPointF,TPointF,Boolean,Single) Method |
Scroll Prev Top Next More |
Paints a portion of the canvas using the Colors gradient array
Namespace: FMX.RS.Graphics
Delphi |
procedure DrawGradient( const Canvas: TCanvas; const ARect: TCanvasRect; |
Parameters
Canvas
Type: TCanvas
ARect
Type: System.Void
Colors
Type: array of TCanvasColor
Style
Type: TGradientStyle
StartPt
Type: TPointF
StopPt
Type: TPointF
FillAsRect
Type: Boolean
Opacity
Type: Single
Reference |