CT Draw oval

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next

version 1


CT Draw oval (area; left; top; right; bottom) Longint

ParameterTypeDescription
areaLongint4D Chart area
leftRealHorizontal position of start (in points)
topRealVertical position of start (in points)
rightRealHorizontal position of end (in points)
bottomRealVertical position of end (in points)
Function resultLongintThe 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)

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next