ImageGear .NET v24.12 - Updated
ImGearPixelCheckerThreshold Constructor




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPixelCheckerThreshold Class : ImGearPixelCheckerThreshold Constructor
Initial pixel value.
Threshold value.
Initializes a new instance of the ImGearPixelCheckerThreshold class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startPixel As ImGearPixel, _
   ByVal threshold As Integer _
)
'Usage
 
Dim startPixel As ImGearPixel
Dim threshold As Integer
 
Dim instance As New ImGearPixelCheckerThreshold(startPixel, threshold)
public ImGearPixelCheckerThreshold( 
   ImGearPixel startPixel,
   int threshold
)
public: ImGearPixelCheckerThreshold( 
   ImGearPixel* startPixel,
   int threshold
)
public:
ImGearPixelCheckerThreshold( 
   ImGearPixel^ startPixel,
   int threshold
)

Parameters

startPixel
Initial pixel value.
threshold
Threshold value.
See Also

Reference

ImGearPixelCheckerThreshold Class
ImGearPixelCheckerThreshold Members
ImGearPixel Class