| PostProcessorChainItem Property (Int32) |
Gets or sets the post-processor at the specified index.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public PostProcessor this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As PostProcessor
Get
Set
public:
virtual property PostProcessor^ default[int index] {
PostProcessor^ get (int index) sealed;
void set (int index, PostProcessor^ value) sealed;
}
abstract Item : PostProcessor with get, set
override Item : PostProcessor with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the post-processor to get or set.
Property Value
Type:
PostProcessorThe post-processor at the specified index.
Implements
IListTItemInt32Exceptions See Also