com.aspose.slides
Interface IBlurEffectiveData

All Known Implementing Classes:
BlurEffectiveData

public interface 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.


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.
 

Method Detail

getRadius

double getRadius()

Returns or sets blur radius. Read-only 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.



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