This documentation is archived and is not being maintained.
Graphics.InterpolationMode Property
.NET Framework 1.1
Gets or sets the interpolation mode associated with this Graphics object.
[Visual Basic] Public Property InterpolationMode As InterpolationMode [C#] public InterpolationMode InterpolationMode {get; set;} [C++] public: __property InterpolationMode get_InterpolationMode(); public: __property void set_InterpolationMode(InterpolationMode); [JScript] public function get InterpolationMode() : InterpolationMode; public function set InterpolationMode(InterpolationMode);
Property Value
This property specifies a member of the InterpolationMode enumeration associated with this Graphics object.
Remarks
The interpolation mode determines how intermediate values between two endpoints are calculated.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: