'Declaration Public Function CheckPixel( _ ByVal pixel As ImGearPixel _ ) As Boolean
'Usage Dim instance As ImGearPixelCheckerThreshold Dim pixel As ImGearPixel Dim value As Boolean value = instance.CheckPixel(pixel)
public bool CheckPixel( ImGearPixel pixel )
public: bool CheckPixel( ImGearPixel* pixel )
public: bool CheckPixel( ImGearPixel^ pixel )
Parameters
- pixel
- ImageGear.Core.ImGearPixel class object that represents pixel to be tested.
Return Value
Boolean value.