[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Blur

Class Blur

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.

public class Blur : ImageEffect
Inheritance
object
Blur
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

GrowBounds

Gets or sets a value indicating whether the bounds of the object should grow as the result of the blurring.

The default is true.

public bool GrowBounds { get; set; }

Property Value

bool

Radius

Gets or sets the radius of the blur.

The default is 0.

public float Radius { get; set; }

Property Value

float

Methods

Equals(Blur)

protected bool Equals(Blur other)

Parameters

other Blur

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

FixInheritedValues()

Fixes all inherited values as "direct" values for this instance.

protected override void FixInheritedValues()

GetHashCode()

public override int GetHashCode()

Returns

int

Reset()

Resets soft edge to inherited defaults.

public void Reset()