ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearPixelCheckerThreshold Class : CheckPixel Method |
'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 )