ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Scale Class / Sharpness Property

In This Topic
    Sharpness Property (Scale)
    In This Topic
    In the high quality cubic interpolation mode, the sharpness level of the scaling filter as a float between 0 and 1. The values are unitless. You can use sharpness to adjust the quality of an image when you scale the image down. The sharpness factor affects the shape of the kernel. The higher the sharpness factor, the smaller the kernel.
    Syntax
    'Declaration
     
    Public Property Sharpness As Single
    public float Sharpness {get; set;}
    Remarks
    This property affects only the high quality cubic interpolation mode.
    See Also