Graphics::InterpolationMode Property
.NET Framework (current version)
Gets or sets the interpolation mode associated with this Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
public: property InterpolationMode InterpolationMode { InterpolationMode get(); void set(InterpolationMode value); }
Property Value
Type: System.Drawing.Drawing2D::InterpolationModeOne of the InterpolationMode values.
The interpolation mode determines how intermediate values between two endpoints are calculated.
.NET Framework
Available since 1.1
Available since 1.1
Show: