c# SharpDX ScaleEffect Interpolation question
See the question and my original answer on StackOverflowOne solution is to use the SharpDX.Direct2D1.Effects.Scale directly which is a wrapper over the Effect class and comes with an InterpolationMode property.