'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.