ClearImage COM Server Send comments on this topic.
CreateRect Method
See Also 
left
top
right
bottom

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