OBJSetRadiusΒΆ

OBJSetRadius sets the corner radius or rectangular drawing objects.

bool = OBJSetRadius(hobj, rsRadius)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hobj

hobj identifies a line, text, rectangle, ellipse or layer (diagram) object.

rsRadius

rsRadius is the radius in centimeters.

id-460190