Click or drag to resize
DigitalRuneBlurOffsets Property
Gets the sample offsets.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Vector2[] Offsets { get; }

Property Value

Type: Vector2
The sample offsets in pixels. For example, a value of (1, 0) can be set to sample 1 pixel to the right.
Remarks
Only the first NumberOfSamples elements of this array are used.
See Also