ImageGear .NET v24.14 - Updated September 15, 2020
ImGearPreserveBlackInterpolationOptions Constructor




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearPreserveBlackInterpolationOptions Class : ImGearPreserveBlackInterpolationOptions Constructor
Specifies limit value for the quantity of black pixels that will be transfered to black pixel of interpolated image.
Initializes a new instance of the ImGearPreserveBlackInterpolationOptions class.
Syntax
'Declaration
 
Public Function New( _
   ByVal threshold As Integer _
)
 
'Usage
 
Dim threshold As Integer
 
Dim instance As New ImGearPreserveBlackInterpolationOptions(threshold)

Parameters

threshold
Specifies limit value for the quantity of black pixels that will be transfered to black pixel of interpolated image.
See Also

Reference

ImGearPreserveBlackInterpolationOptions Class
ImGearPreserveBlackInterpolationOptions Members