| UpsampleFilterMode Property |
Gets or sets the mode that is used for upsampling the low-resolution image.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public UpsamplingMode Mode { get; set; }
Public Property Mode As UpsamplingMode
Get
Set
public:
property UpsamplingMode Mode {
UpsamplingMode get ();
void set (UpsamplingMode value);
}
member Mode : UpsamplingMode with get, set
Property Value
Type:
UpsamplingMode
The mode for upsampling the low-resolution image. The default value is
Linear.
See Also