Create new Zone within image
- left
- top
- right
- bottom
The zone's rectangle object should have valid coordinates (right greater than left and bottom greater than top); otherwise the zone is considered empty (object.Zone.IsEmpty returns True.) Invocation of ClearImage methods with an empty zone will generate an error.
Cordinates are inclusive, meaning pixels belonging to left and top row, top and bottom columns belong to a zone.
Minimum width and height of zone are 2 pixels.
VB Example (Visual Basic) | ![]() | |
---|---|---|
|
CiImage Object | CreateZone | CreateZoneRect | IsZone | Zone | Parent