public class BlurEffectiveData extends EffectEffectiveData implements IBlurEffectiveData
Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Modifier and Type | Method and Description |
---|---|
boolean |
getGrow()
Determines whether effect spreads beyond shape border.
|
double |
getRadius()
Blur radius.
|
public final double getRadius()
Blur radius.
Read-only double
.
getRadius
in interface IBlurEffectiveData
public final boolean getGrow()
Determines whether effect spreads beyond shape border.
Read-only boolean
.
getGrow
in interface IBlurEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.