IGlow

IGlow interface

Represents a Glow effect, in which a color blurred outline is added outside the edges of the object.

public interface IGlow : IAccessiblePVIObject<IGlowEffectiveData>, 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.
Color { get; }Color format. Read-only IColorFormat.
Radius { get; set; }Radius. Read/write Double.

See Also