ImageGear23.Processing.Advanced Assembly > ImageGear.Processing Namespace > IImGearPixelChecker Interface : CheckPixel Method |
'Declaration Function CheckPixel( _ ByVal pixel As ImGearPixel _ ) As Boolean
'Usage Dim instance As IImGearPixelChecker Dim pixel As ImGearPixel Dim value As Boolean value = instance.CheckPixel(pixel)
bool CheckPixel( ImGearPixel pixel )
bool CheckPixel( ImGearPixel* pixel )
bool CheckPixel( ImGearPixel^ pixel )