ClearImage COM API
CreateRect Method
CiServer Object : CreateRect Method
Description
Create new CiRect object
Syntax
Visual Basic
Public Function CreateRect( _
   Optional ByVal left As Long = 0, _
   Optional ByVal top As Long = 0, _
   Optional ByVal right As Long = 0, _
   Optional ByVal bottom As Long = 0 _
) As CiRect
Parameters
left
top
right
bottom
See Also

CiServer Object  | CiServer Members