5 references to InterpolationMode
System.Drawing (1)
System.Drawing.cs (1)
38
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
InterpolationMode
))]
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Internals\ScaleHelper.cs (4)
168
InterpolationMode
interpolationMode =
InterpolationMode
.HighQualityBicubic;
175
interpolationMode =
InterpolationMode
.NearestNeighbor;
180
interpolationMode =
InterpolationMode
.HighQualityBilinear;