Table of Contents

TBlurEffect Class

A blur effect applied to the whole shape.

Syntax

Unit: FlexCel.Core

TBlurEffect = class(TDrawingEffect, System.IComparable<_UThemes.TBlurEffect.TBlurEffect>, IComparable);

Constructors

Name Description
Create Creates a new blur effect.

Methods

Name Description
Clone Creates a deep copy of the object.
CompareTo Overloaded
CompareTo(TObject)
CompareTo(TBlurEffect)
GetHashCode Returns the hashcode of the object.

Properties

Name Description
Radius Radius of the blur.
Grow If true, the blur can extend outside the bounds of the object.