[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPictureEffect

IPictureEffect Interface

Represents a picture effect.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IPictureEffect
Public Interface IPictureEffect
Remarks

Picture effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image. An effects chain will allow an effect to be added to the chain, reordered, or removed from the chain.

Properties

Name Description
EffectParameters

Gets all IEffectParameter objects.

Position

Gets or sets the position of a picture effect in a chain of composite effects.

Type

Gets the type of PictureEffect.

Visible

Gets or sets a value indicating whether this IPictureEffect is visible.

Methods

Name Description
Delete()

Deletes a PictureEffect object.