2 instantiations of BlurEffect
System.Drawing.Common.Tests (2)
System\Drawing\Imaging\Effects\EffectsTests.cs (2)
81
using BlurEffect effect =
new
(radius, expandEdge);
92
Action action = () => _ = new
BlurEffect
(radius, expandEdge);
2 references to BlurEffect
System.Drawing.Common (1)
System\Drawing\Imaging\Effects\BlurEffect.cs (1)
16
/// Creates a new <see cref="
BlurEffect
"/> with the given parameters.
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\Effects\EffectsTests.cs (1)
81
using
BlurEffect
effect = new(radius, expandEdge);