OBJIsRoundRectΒΆ

OBJIsRoundRect checks if a given drawing object has round corners.

bool = OBJIsRoundRect(hobj)

Return Value

bool is TRUE (1), if the drawing object is drawn with round corners otherwise FALSE (0).

Parameters

hobj

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

id-451335