Property Radius
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
Radius
The radius of the effect. A value of 0 will disable the effect.
Performance scales with the square of this property value. Doubling the radius will quadruple the rendering time.
The range is [0, 100]. The default value is 10.
public EffectPropertyAccessor<float> Radius { get; }
Property Value
Remarks
The current implementation of this effect will use the integer ceiling of the radius value.