ISoftEdge

ISoftEdge interface

Represents a Soft Edge effect. The edges of the shape are blurred, while the fill is not affected.

public interface ISoftEdge : IAccessiblePVIObject<ISoftEdgeEffectiveData>, IImageTransformOperation

Properties

NameDescription
AsIAccessiblePVIObject { get; }Allows to get base IAccessiblePVIObject interface. Read-only IAccessiblePVIObject.
AsIImageTransformOperation { get; }Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.
Radius { get; set; }Specifies the radius of blur to apply to the edges. Read/write Double.

See Also