Transform2DEffect.Sharpness 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
Syntaxpublic float Sharpness { get; set; }
Property Value
Type:
Single
RemarksYou 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