Class TRadialBlurTask

Unit

Declaration

type TRadialBlurTask = class(TFilterTask)

Description

Blur task for radial blur

Hierarchy

Overview

Methods

Public constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radiusX,radiusY: single; blurType: TRadialBlurType); overload;
Public constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radius: single; blurType: TRadialBlurType); overload;
Protected procedure DoExecute; override;

Description

Methods

Public constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radiusX,radiusY: single; blurType: TRadialBlurType); overload;

This item has no description.

Public constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; radius: single; blurType: TRadialBlurType); overload;

This item has no description.

Protected procedure DoExecute; override;

This item has no description.