RBCreateΒΆ
RBCreate creates a rectangular drawing object.
- hrect = RBCreate()
- hrect = RBCreate(hRectOther)
Return Value
hrect is the handle of the rectangular object.
Parameters
- hRectOther
If hRectOther is a valid recttangular object handle the functions creates a new object as a copy of the given object. If hRectOther is set to 0 a rectangular object with default settings is created.
History
Version |
Description |
---|---|
5.7.0 |
hRectOther can be set to 0. |
4.2.7 |
Function can be invoked with one parameter (copy constructor). |
id-420359