'Declaration
Public Shared Sub DetectArea( _
ByVal As ImGearRasterPage, _
ByVal As ImGearPoint, _
ByVal As IImGearPixelChecker _
)
'Usage
Dim page As ImGearRasterPage
Dim point As ImGearPoint
Dim checker As IImGearPixelChecker
ImGearEffects.DetectArea(page, point, checker)