Class TvxBlurTransform
Unit
xomDXGraphics
Declaration
type TvxBlurTransform = class(TvxTransform)
Description
No description available, ancestor TvxTransform description follows
TvxTransform
Hierarchy
Overview
Methods
Properties
 |
property Style: TvxBlurStyle read FStyle write FStyle; |
 |
property Radius: Double read FRadius write SetRadius; |
 |
property FixedRadius: Boolean read FFixedRadius write FFixedRadius; |
 |
property Angle: Single read FAngle write FAngle; |
 |
property Center: TvxPosition read FCenter write FCenter; |
 |
property RadiusFactor: Single read FRadiusFactor write FRadiusFactor; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
Properties
 |
property Radius: Double read FRadius write SetRadius; |
|
|
 |
property FixedRadius: Boolean read FFixedRadius write FFixedRadius; |
|
|
 |
property Angle: Single read FAngle write FAngle; |
|
|
 |
property Center: TvxPosition read FCenter write FCenter; |
|
0..360
|
 |
property RadiusFactor: Single read FRadiusFactor write FRadiusFactor; |
|
|
Generated by PasDoc 0.15.0.
|