version 1
CT Draw oval (area; left; top; right; bottom) Longint
Parameter | Type | Description | |
area | Longint | 4D Chart area | |
left | Real | Horizontal position of start (in points) | |
top | Real | Vertical position of start (in points) | |
right | Real | Horizontal position of end (in points) | |
bottom | Real | Vertical position of end (in points) | |
Function result | Longint | The new object's Object ID |
Description
CT Draw oval creates a new oval object in area and returns the new object's Object ID. The object is positioned according to the left, top, right and bottom coordinates.
Example
The following method draws a circle in the chart area:
$Oval:=CT Draw oval (Area;5;5;100;100)