com.aspose.slides
Interface IBlur

All Superinterfaces:
IImageTransformOperation
All Known Implementing Classes:
Blur

public interface IBlur
extends IImageTransformOperation


Method Summary
 boolean getGrow()
           Determines whether the bounds of the object should be grown as a result of the blurring.
 double getRadius()
           Returns or sets blur radius.
 void setGrow(boolean value)
           Determines whether the bounds of the object should be grown as a result of the blurring.
 void setRadius(double value)
           Returns or sets blur radius.
 

Method Detail

getRadius

double getRadius()

Returns or sets blur radius. Read/write double.


setRadius

void setRadius(double value)

Returns or sets blur radius. Read/write double.


getGrow

boolean getGrow()

Determines 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. Read-only boolean.


setGrow

void setGrow(boolean value)

Determines 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. Read-only boolean.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.