ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearEffects Class / ProcessArea Method
Page specified.
Implementation of IImGearPixelProcessor interface with the implemented method ProcessPixel. See IImGearPixelChecker interface for more details.




In This Topic
    ProcessArea Method
    In This Topic
    This method processes all pixels in the ROI area using a specified pixel processor.
    Syntax
    'Declaration
     
    Public Shared Sub ProcessArea( _
       ByVal page As ImGearRasterPage, _
       ByVal processor As IImGearPixelProcessor _
    ) 
    'Usage
     
    Dim page As ImGearRasterPage
    Dim processor As IImGearPixelProcessor
     
    ImGearEffects.ProcessArea(page, processor)
    public static void ProcessArea( 
       ImGearRasterPage page,
       IImGearPixelProcessor processor
    )
    public: static void ProcessArea( 
       ImGearRasterPage* page,
       IImGearPixelProcessor* processor
    ) 
    public:
    static void ProcessArea( 
       ImGearRasterPage^ page,
       IImGearPixelProcessor^ processor
    ) 

    Parameters

    page
    Page specified.
    processor
    Implementation of IImGearPixelProcessor interface with the implemented method ProcessPixel. See IImGearPixelChecker interface for more details.
    See Also