| 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) | |
| Delphi | |
|---|---|
public function CreateRect( left: Integer; top: Integer; right: Integer; bottom: Integer ): CiRect; | |
Parameters
- left
- top
- right
- bottom
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