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

NameTypeAccessDescription
IImageTransformOperationIImageTransformOperationReadReturns an interface representing the image transform operation for the soft edge effect

Methods

SignatureDescription
IImageTransformOperation()IImageTransformOperationReturns 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()doubleReturns the soft edge radius in points.
set_radius(value: double)Sets the soft edge radius in points.

See Also