Table of Contents

TBlurEffect Class

A blur effect applied to the whole shape.

Syntax

Namespace: FlexCel.Core

public class TBlurEffect: TDrawingEffect, IComparable, IComparable<TBlurEffect>

Constructors

Name Description
TBlurEffect Creates a new blur effect.

Methods

Name Description
Clone Creates a deep copy of the object.
CompareTo Overloaded
CompareTo(Object)
CompareTo(TBlurEffect)
Equals Overloaded
Equals(TBlurEffect)
Equals(Object)
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.