ClearImage .NET API
Zone Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : Zone Property
Current zone coordinates
Syntax
'Declaration
 
Public ReadOnly Property Zone As CiRect
'Usage
 
Dim instance As CiImage
Dim value As CiRect
 
value = instance.Zone
public CiRect Zone {get;}
public read-only property Zone: CiRect; 
public function get Zone : CiRect
public:
property CiRect^ Zone {
   CiRect^ get();
}
Remarks
Use Zone property to read or modify zone coordinates of this object's  zone. It has no effect on object.Image.   IsZone property is true if Zone.IsEmpty is false..
See Also

Reference

CiImage Class
CiImage Members