ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPixelCheckerThreshold Class : ImGearPixelCheckerThreshold Constructor |
'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 )