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