Skip to main content
A newer version of this page is available. .

GraphicsCache.InterpolationMode Property

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public InterpolationMode InterpolationMode { get; set; }

Property Value

Type Description
InterpolationMode

One of the InterpolationMode values.

See Also