Search
GdiGraphics.InterpolationMode Property
See Also
 





Gets or sets the interpolation mode associated with this GdiGraphics object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public virtual InterpolationMode InterpolationMode { get; set; }

Visual Basic  Copy Code

Public Overridable Property InterpolationMode As InterpolationMode

 Property Value

This property specifies a member of the InterpolationMode enumeration associated with this GdiGraphics object.

 See Also