ImageGear .NET v24.14 - Updated September 15, 2020
Sharpness Property (ImGearBicubicInterpolationOptions)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearBicubicInterpolationOptions Class : Sharpness Property
Gets or sets the sharpness of the resized image if the image is being scaled down. Larger values result in a sharper image.

Note: A specific sharpness value (such as 1.0) does not necessarily yield the same sharpness when performing the same operation with bilinear versus bicubic interpolation.

Syntax
'Declaration
 
Public Property Sharpness As Double
 
'Usage
 
Dim instance As ImGearBicubicInterpolationOptions
Dim value As Double
 
instance.Sharpness = value
 
value = instance.Sharpness

Property Value

Any positive value.
See Also

Reference

ImGearBicubicInterpolationOptions Class
ImGearBicubicInterpolationOptions Members