ClearImage .NET API
Zone Property (ImageEditor)





Inlite.ClearImageNet Namespace > ImageEditor Class : Zone Property
Limits image processing to a rectangular area on an image
Syntax
'Declaration
 
Public Property Zone As System.Drawing.Rectangle
'Usage
 
Dim instance As ImageEditor
Dim value As System.Drawing.Rectangle
 
instance.Zone = value
 
value = instance.Zone
public System.Drawing.Rectangle Zone {get; set;}
public read-write property Zone: System.Drawing.Rectangle; 
public function get,set Zone : System.Drawing.Rectangle
public:
property System.Drawing.Rectangle Zone {
   System.Drawing.Rectangle get();
   void set (    System.Drawing.Rectangle value);
}
Remarks

Set this property to a valid rectangle to enable image processing in a specific area of the image (zoned processing). Set Zone to an empty Rectangle to process the whole image.  This is a default value.

Not all methods can be used with zoned processing.

See Also

Reference

ImageEditor Class
ImageEditor Members