Skip to main content

GraphicsCache.InterpolationMode Property

Gets or sets the interpolation mode associated with the cached GraphicsCache.Graphics.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public InterpolationMode InterpolationMode { get; set; }

Property Value

Type Description
InterpolationMode

One of the InterpolationMode values.

See Also