ClearImage 8 Help
CreateRect Method
See Also  Send Feedback
Inlite.ClearImage Namespace > CiServer Class : CreateRect Method






left
top
right
bottom
Create new CiRect object

Syntax

Visual Basic (Declaration) 
Public Function CreateRect( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) As CiRect
Visual Basic (Usage)Copy Code
Dim instance As CiServer
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
Dim value As CiRect
 
value = instance.CreateRect(left, top, right, bottom)
C# 
public CiRect CreateRect( 
   int left,
   int top,
   int right,
   int bottom
)
Delphi 
public function CreateRect( 
    left: Integer;
    top: Integer;
    right: Integer;
    bottom: Integer
): CiRect; 
JScript 
public function CreateRect( 
   left : int,
   top : int,
   right : int,
   bottom : int
) : CiRect;
Managed Extensions for C++ 
public: CiRect* CreateRect( 
   int left,
   int top,
   int right,
   int bottom
) 
C++/CLI 
public:
CiRect^ CreateRect( 
   int left,
   int top,
   int right,
   int bottom
) 

Parameters

left
top
right
bottom

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.