ImageGear .NET - Updated
Sharpness Property (ImGearBilinearInterpolationOptions)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearBilinearInterpolationOptions Class : Sharpness Property
Gets or sets the sharpness of the resized image if the image is being scaled down.
Syntax
'Declaration
 
Public Property Sharpness As Double
'Usage
 
Dim instance As ImGearBilinearInterpolationOptions
Dim value As Double
 
instance.Sharpness = value
 
value = instance.Sharpness
public double Sharpness {get; set;}
public: __property double get_Sharpness();
public: __property void set_Sharpness( 
   double value
);
public:
property double Sharpness {
   double get();
   void set (    double value);
}

Property Value

Any positive value.
Remarks
This property affects 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.
See Also

Reference

ImGearBilinearInterpolationOptions Class
ImGearBilinearInterpolationOptions Members