ScaleEffectSharpness Property |
When using high quality cubic interpolation mode, specifies the sharpness
level of the scaling filter as a float between 0 and 1.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public float Sharpness { get; set; }
Property Value
Type:
SingleRemarks You can use sharpness to adjust the quality of image scaling.
The sharpness factor affects the shape of the filter kernel. The higher
the sharpness factor, the smaller the kernel.
See Also