ImageGear .NET v24.12 - Updated
CheckPixel Method (IImGearPixelChecker)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > IImGearPixelChecker Interface : CheckPixel Method
ImageGear.Core.ImGearPixel class object representing pixel to be tested.
The method must return true if the pixel does not belong to the area (border found) and false otherwise.
Syntax
'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.
See Also

Reference

IImGearPixelChecker Interface
IImGearPixelChecker Members
ImGearPixel Class