blendeffect-ag凯发旗舰厅



com.spire.presentation.drawing
class blendeffect

java.lang.object
  extended by com.spire.presentation.drawing.imagetransformoperationex
      extended by 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.


constructor summary
blendeffect(double radius, boolean isgrow)
          blur effect constructor.
blendeffect( source)
           
 
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.
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
methods inherited from interface com.spire.presentation.iactivepresentation
getpresentation
 
constructor detail

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)
method detail

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)


网站地图