Table of Contents

Property Optimization

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Optimization

The optimization mode. The default value is GaussianBlurOptimization.Quality.

public EffectPropertyAccessor<GaussianBlurOptimization> Optimization { get; }

Property Value

EffectPropertyAccessor<GaussianBlurOptimization>

Remarks

NOTE: When using this class, the default value of this property is Quality, not Balanced as documented by Direct2D. If you create this effect using CreateEffect(in DeviceEffectID), the default value will be Balanced.