SoftEdge
Overview
SoftEdge is a class in Aspose.Slides FOSS for C++.
Represents a soft edge effect applied to a shape. The edges of the shape are blurred, while the fill is not affected.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IImageTransformOperation | IImageTransformOperation | Read | Returns an interface representing the image transform operation for the soft edge effect |
Methods
| Signature | Description |
|---|---|
IImageTransformOperation() → IImageTransformOperation | Returns an interface representing the image transform operation for the soft edge effect |
init_internal(element: pugi::xml_node, save_callback: std::function<void()>) | Initialize from an XML element (e.g., ) with a persistence callback. |
save() | Persist changes via the save callback provided at init time. |
radius() → double | Returns the soft edge radius in points. |
set_radius(value: double) | Sets the soft edge radius in points. |