ClearImage 8 Help
CreateZoneRect Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiImage Class : CreateZoneRect Method






Rect
Create new Zone within image

Syntax

Visual Basic (Declaration) 
Public Function CreateZoneRect( _
   ByVal Rect As CiRect _
) As CiImage
Visual Basic (Usage)Copy Code
Dim instance As CiImage
Dim Rect As CiRect
Dim value As CiImage
 
value = instance.CreateZoneRect(Rect)
C# 
public CiImage CreateZoneRect( 
   CiRect Rect
)
Delphi 
public function CreateZoneRect( 
    Rect: CiRect
): CiImage; 
JScript 
public function CreateZoneRect( 
   Rect : CiRect
) : CiImage;
Managed Extensions for C++ 
public: CiImage* CreateZoneRect( 
   CiRect* Rect
) 
C++/CLI 
public:
CiImage^ CreateZoneRect( 
   CiRect^ Rect
) 

Parameters

Rect

Remarks

Cordinates are inclusive, meaning pixels belonging to left and top row, top and bottom columns beInt32 to a zone.
Minimum width and height of zone are 2 pixels.

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.