ClearImage .NET API
CreateRect Method (CiServer)





Inlite.ClearImage Namespace > CiServer Class : CreateRect Method
Create new CiRect object
Syntax
'Declaration
 
Public Function CreateRect( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
) As CiRect
'Usage
 
Dim instance As CiServer
Dim left As System.Integer
Dim top As System.Integer
Dim right As System.Integer
Dim bottom As System.Integer
Dim value As CiRect
 
value = instance.CreateRect(left, top, right, bottom)
public CiRect CreateRect( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)
public function CreateRect( 
    left: System.Integer;
    top: System.Integer;
    right: System.Integer;
    bottom: System.Integer
): CiRect; 
public function CreateRect( 
   left : System.int,
   top : System.int,
   right : System.int,
   bottom : System.int
) : CiRect;
public:
CiRect^ CreateRect( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
) 

Parameters

left
top
right
bottom
See Also

Reference

CiServer Class
CiServer Members