ImageGear v26.0 - Updated
ImGearPreserveWhiteInterpolationOptions Constructor




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

Parameters

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

Reference

ImGearPreserveWhiteInterpolationOptions Class
ImGearPreserveWhiteInterpolationOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.