| BlurOffsets Property |
Gets the sample offsets.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Vector2[] Offsets { get; }
Public ReadOnly Property Offsets As Vector2()
Get
public:
property array<Vector2>^ Offsets {
array<Vector2>^ get ();
}
member Offsets : Vector2[] with 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 See Also