ImageGear for .NET
DetectArea Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : DetectArea Method




page
Page class object.
point
A point inside the area to be searched.
checker
Implementation of IImGearPixelChecker interface with the implemented method CheckPixel. See IImGearPixelChecker interface for more details.

Glossary Item Box

This method detects an area of pixels using a specified pixel checker. The area being detected is saved as the ROI of the page.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Page class object.
point
A point inside the area to be searched.
checker
Implementation of IImGearPixelChecker interface with the implemented method CheckPixel. See IImGearPixelChecker interface for more details.

See Also

©2013. Accusoft Corporation. All Rights Reserved.