blendeffect-ag凯发旗舰厅
com.spire.presentation.drawing
class blendeffect
java.lang.object
com.spire.presentation.drawing.imagetransformoperationex
com.spire.presentation.drawing.blendeffect
- all implemented interfaces:
- iactivepresentation, islidecomponent
public class blendeffect
- extends imagetransformoperationex
represents a blur effect that is applied to the entire shape, including its fill.
all color channels, including alpha, are affected.
method summary |
double |
getradius()
gets blur radius. |
boolean |
isgrow()
indicates whether the bounds of the object should be grown as a result of the blurring. |
void |
isgrow(boolean value)
|
void |
setradius(double value)
sets blur radius. |
blendeffect
public blendeffect(double radius,
boolean isgrow)
- blur effect constructor.
- parameters:
radius
- the radius of blur.isgrow
- specifies whether the bounds of the object should be grown as a result of the blurring. true indicates the bounds are grown while false indicates that they are not.
blendeffect
public blendeffect( source)
getradius
public double getradius()
- gets blur radius.
read/write .
- returns:
setradius
public void setradius(double value)
- sets blur radius.
read/write .
isgrow
public boolean isgrow()
- indicates whether the bounds of the object should be grown as a result of the blurring.
true indicates the bounds are grown while false indicates that they are not.
- returns:
isgrow
public void isgrow(boolean value)