ClearImage .NET API
Parent Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : Parent Property
Object containing image memory of this object
Syntax
'Declaration
 
Public ReadOnly Property Parent As CiImage
'Usage
 
Dim instance As CiImage
Dim value As CiImage
 
value = instance.Parent
public CiImage Parent {get;}
public read-only property Parent: CiImage; 
public function get Parent : CiImage
public:
property CiImage^ Parent {
   CiImage^ get();
}
Remarks
For an image zone Parent is an CiImage object that created this zone.   For an image object Parent value is object itself.
See Also

Reference

CiImage Class
CiImage Members