EBCreateΒΆ

EBCreate creates an elliptic drawing object.

hElip = EBCreate()
hElip = EBCreate(hElipOther)

Return Value

hElip identifies the object.

Parameters

hElipOther

If hElipOther is a valid elliptic object handle the functions creates a new object as a copy of the given object. If hElipOther is set to 0 an elliptic object with default settings is created.

History

Version

Description

5.7.0

hElipOther can be set to 0.

4.2.7

Function can be invoked with one parameter (copy constructor).

id-390282