PictureEffect.Position Property

Definition

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

public:
 property int Position { int get(); void set(int value); };
public int Position { get; set; }
member this.Position : int with get, set
Public Property Position As Integer

Property Value

Remarks

Read/write. Picture effects are processed as a chain composed of individual items which are applied in sequence to create the final composited image. An effects chain enables an effect to be added to the chain, reordered, or removed from the chain.

Applies to