Class TvxGradientTransform

Unit

Declaration

type TvxGradientTransform = class(TvxTransform)

Description

TvxGradientTransform

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Public property Area: TvxRect read GetArea write SetArea;
Published property FromColor: TvxColor read FFromColor write FFromColor;
Published property ViaColor: TvxColor read FViaColor write FViaColor;
Published property ToColor: TvxColor read FToColor write FToColor;
Published property Direction: TGradientDirection read FDirection write FDirection;
Published property Angle: Single read FAngle write FAngle;
Published property Position: Integer read FPosition write SetPosition;
Published property AreaLeft: Single read FAreaLeft write FAreaLeft;
Published property AreaTop: Single read FAreaTop write FAreaTop;
Published property AreaRight: Single read FAreaRight write FAreaRight;
Published property AreaBottom: Single read FAreaBottom write FAreaBottom;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Public property Area: TvxRect read GetArea write SetArea;
 
Published property FromColor: TvxColor read FFromColor write FFromColor;
 
Published property ViaColor: TvxColor read FViaColor write FViaColor;
 
Published property ToColor: TvxColor read FToColor write FToColor;
 
Published property Direction: TGradientDirection read FDirection write FDirection;
 
Published property Angle: Single read FAngle write FAngle;
 
Published property Position: Integer read FPosition write SetPosition;

degrees; 0..360 the position is the percentage where the gradient switches (default = 50%)

Published property AreaLeft: Single read FAreaLeft write FAreaLeft;

the area on the bitmap where the gradient should appear (default = full image)

Published property AreaTop: Single read FAreaTop write FAreaTop;
 
Published property AreaRight: Single read FAreaRight write FAreaRight;
 
Published property AreaBottom: Single read FAreaBottom write FAreaBottom;
 

Generated by PasDoc 0.15.0.