'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 )
Parameters
- pixel
- ImageGear.Core.ImGearPixel class object representing pixel to be tested.
Return Value
If the pixel does not belong to the area - true, otherwise - false.