Class TRadialBlurTask
Unit
Declaration
type TRadialBlurTask = class(TFilterTask)
Description
Blur task for radial blur
Hierarchy
- TObject
- TFilterTask
- TRadialBlurTask
Overview
Methods
constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radiusX,radiusY: single; blurType: TRadialBlurType); overload; |
|
constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radius: single; blurType: TRadialBlurType); overload; |
|
procedure DoExecute; override; |
Description
Methods
constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radiusX,radiusY: single; blurType: TRadialBlurType); overload; |
|
This item has no description. |
constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radius: single; blurType: TRadialBlurType); overload; |
|
This item has no description. |
procedure DoExecute; override; |
|
This item has no description. |