Click or drag to resize

RegionOfInterest Constructor

Create a RegionOfInterest used by several ImageCommands to specify the area of an image to process.
Overload List
  NameDescription
Public methodRegionOfInterest(Rectangle)
Initializes a new instance of %RegionOfInterest% specifying a simple rectangle to use as the region.
Public methodRegionOfInterest(Region)
Initializes a new instance of %RegionOfInterest% specifying a .NET Region object to use as the region.
Protected methodRegionOfInterest(SerializationInfo, StreamingContext)
Initializes a new instance of %RegionOfInterest%.
Top
See Also