ClearImage .NET API
IsZone Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : IsZone Property
Object represents a zone on another image
Syntax
'Declaration
 
Public ReadOnly Property IsZone As System.Boolean
'Usage
 
Dim instance As CiImage
Dim value As System.Boolean
 
value = instance.IsZone
public System.bool IsZone {get;}
public read-only property IsZone: System.Boolean; 
public function get IsZone : System.boolean
public:
property System.bool IsZone {
   System.bool get();
}
See Also

Reference

CiImage Class
CiImage Members