Constructor SquareBlurEffect
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
SquareBlurEffect(IDeviceEffectFactory)
public SquareBlurEffect(IDeviceEffectFactory factory)
Parameters
factory
IDeviceEffectFactory
SquareBlurEffect(IDeviceEffectFactory, IDeviceImage, float, BorderMode, SquareBlurAlphaMode)
public SquareBlurEffect(IDeviceEffectFactory factory, IDeviceImage input, float radius = 9, BorderMode borderMode = BorderMode.Soft, SquareBlurAlphaMode alphaMode = SquareBlurAlphaMode.Premultiplied)
Parameters
factory
IDeviceEffectFactoryinput
IDeviceImageradius
floatborderMode
BorderModealphaMode
SquareBlurAlphaMode