Click or drag to resize
EffectOptimization Enumeration
Enumeration type that specifies speed vs. quality trade-off.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum EffectOptimization
Members
  Member nameValueDescription
Speed0Better speed and less quality.
Balanced1Balance between speed and quality.
Quality2Maximum quality for this effect is achieved by losing speed.
See Also