Accusoft.ImagXpress12.Net
SetRegion(GraphicsPath) Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > Processor Class > SetRegion Method : SetRegion(GraphicsPath) Method




region
The System.Drawing.Drawing2D.GraphicsPath value which represents the region to set.

Glossary Item Box

Sets the given processing region for the image.

Syntax

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

Parameters

region
The System.Drawing.Drawing2D.GraphicsPath value which represents the region to set.

Remarks

There are two ways to specify a portion of the image to process: Region or Area.

There can only be one region, and one area specified per processor.

When EnableRegion is set to true, and a region has been defined using this method, all image processing actions apply to the region only.

When EnableArea has been set to true, and an area is defined using SetArea, all image processing actions apply to the area only.

When both a region and an area have been enabled and defined, image processing actions apply to whichever was most recently set.

When neither a region nor an area have been enabled and defined, image processing actions are applied to the entire image.

See Also

©2013. Accusoft Corporation. All Rights Reserved.