public double Sharpness {get; set;}
'Declaration Public Property Sharpness As Double
'Usage Dim instance As ImGearBicubicInterpolationOptions Dim value As Double instance.Sharpness = value value = instance.Sharpness
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.