Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Routines

LineGradient(TCanvas,TCanvasRect,TCanvasColor[],Integer,TGradientOrientation,Single) Method

Scroll Prev Top Next More

Paints a rectangular portion of the canvas with a linear gradient specified by the colors array, either up-down or left-right.

alert_noteTip

LineGradient looks like a progress bar and can be used as such.

Namespace: FMX.RS.Graphics

Parameters

Canvas

Type: TCanvas

Canvas to paint on

ARect

Type: System.Void

Rectangle portion of the canvas to fill with the gradient

Colors

Type: array of TCanvasColor

Colors of the gradient

LineSize

Type: Integer

Step (or coarseness) of the gradient

Orientation

Type: TGradientOrientation

Orientation of the linear gradient

Opacity

Type: Single

Transparency of the gradient (FMX Only)

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb