Class TvxGradientTransform
Unit
xomDXGraphics
Declaration
type TvxGradientTransform = class(TvxTransform)
Description
TvxGradientTransform
Hierarchy
Overview
Methods
Properties
 |
property Area: TvxRect read GetArea write SetArea; |
 |
property FromColor: TvxColor read FFromColor write FFromColor; |
 |
property ViaColor: TvxColor read FViaColor write FViaColor; |
 |
property ToColor: TvxColor read FToColor write FToColor; |
 |
property Direction: TGradientDirection read FDirection write FDirection; |
 |
property Angle: Single read FAngle write FAngle; |
 |
property Position: Integer read FPosition write SetPosition; |
 |
property AreaLeft: Single read FAreaLeft write FAreaLeft; |
 |
property AreaTop: Single read FAreaTop write FAreaTop; |
 |
property AreaRight: Single read FAreaRight write FAreaRight; |
 |
property AreaBottom: Single read FAreaBottom write FAreaBottom; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Area: TvxRect read GetArea write SetArea; |
|
|
 |
property FromColor: TvxColor read FFromColor write FFromColor; |
|
|
 |
property ViaColor: TvxColor read FViaColor write FViaColor; |
|
|
 |
property ToColor: TvxColor read FToColor write FToColor; |
|
|
 |
property Angle: Single read FAngle write FAngle; |
|
|
 |
property Position: Integer read FPosition write SetPosition; |
|
degrees; 0..360 the position is the percentage where the gradient switches (default = 50%)
|
 |
property AreaLeft: Single read FAreaLeft write FAreaLeft; |
|
the area on the bitmap where the gradient should appear (default = full image)
|
 |
property AreaTop: Single read FAreaTop write FAreaTop; |
|
|
 |
property AreaRight: Single read FAreaRight write FAreaRight; |
|
|
 |
property AreaBottom: Single read FAreaBottom write FAreaBottom; |
|
|
Generated by PasDoc 0.15.0.
|