ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearPixelCheckerThreshold Class / ImGearPixelCheckerThreshold Constructor
Initial pixel value.
Threshold value.




In This Topic
    ImGearPixelCheckerThreshold Constructor
    In This Topic
    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