Click or drag to resize
DigitalRuneUpsampleFilterMode Property
Gets or sets the mode that is used for upsampling the low-resolution image.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public UpsamplingMode Mode { get; set; }

Property Value

Type: UpsamplingMode
The mode for upsampling the low-resolution image. The default value is Linear.
See Also