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.
This class provides 8 methods for working with SoftEdge objects in C++ programs.
Available methods include: IImageTransformOperation, SoftEdge, as_i_image_transform_operation, init_internal, radius, save, set_radius, ~SoftEdge.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: IImageTransformOperation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IImageTransformOperation | IImageTransformOperation | Read | Gets the i image transform operation. |
Methods
| Signature | Description |
|---|---|
IImageTransformOperation() → IImageTransformOperation | Returns an interface representing the image transform operation for the soft edge effect |
SoftEdge() | |
~SoftEdge() | |
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. |
as_i_image_transform_operation() → IImageTransformOperation | Returns this object as IImageTransformOperation. |
radius() → double | Returns the soft edge radius in points. |
set_radius(value: double) | Sets the soft edge radius in points. |