ISoftEdge
Overview
ISoftEdge is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents a Soft Edge effect.
This interface provides 3 methods for working with ISoftEdge objects in Java programs.
Available methods include: asIImageTransformOperation, getRadius, setRadius.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: radius.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Returns the soft edge radius in points. |
Methods
| Signature | Description |
|---|---|
getRadius() → double | Returns the soft edge radius in points. |
setRadius(value: double) | Sets the soft edge radius in points. |
asIImageTransformOperation() → IImageTransformOperation | Returns this instance as {@link IImageTransformOperation}. |