[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

TLogRadialGradient

Declaration

Source position: lcltype.pp line 2336

type TLogRadialGradient = record

  radCenterX: Integer;

  radCenterY: Integer;

  radRadius: Integer;

  radFocalX: Integer;

  radFocalY: Integer;

  radStops: array of TLogGradientStop;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.