Class TCustomBlurTask

Unit

Declaration

type TCustomBlurTask = class(TFilterTask)

Description

Blur task for custom filter

Hierarchy

Overview

Methods

Public constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; AMask: TCustomUniversalBitmap; AMaskIsThreadSafe: boolean = false);
Public destructor Destroy; override;
Protected procedure DoExecute; override;

Description

Methods

Public constructor Create(bmp: TBGRACustomBitmap; ABounds: TRect; AMask: TCustomUniversalBitmap; AMaskIsThreadSafe: boolean = false);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Protected procedure DoExecute; override;

This item has no description.