ClearImage 8 Help
Zone Property
See Also  Send Feedback
Inlite.ClearImage Namespace > CiImage Class : Zone Property






Current zone coordinates

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Zone As CiRect
Visual Basic (Usage)Copy Code
Dim instance As CiImage
Dim value As CiRect
 
value = instance.Zone
C# 
public CiRect Zone {get;}
Delphi 
public read-only property Zone: CiRect; 
JScript 
public function get Zone : CiRect
Managed Extensions for C++ 
public: __property CiRect* get_Zone();
C++/CLI 
public:
property CiRect^ Zone {
   CiRect^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.