Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 556 Bytes

File metadata and controls

30 lines (23 loc) · 556 Bytes

GetRRDiam

Description

Procedure GetRRDiam returns the horizontal and vertical diameters of the rounded corners of a rounded rectangle object.

PROCEDURE GetRRDiam(
				h         : HANDLE;
				VAR xDiam : REAL;
				VAR yDiam : REAL);
def vs.GetRRDiam(h):
    return (xDiam, yDiam)

Parameters

Name Type Description
h HANDLE Handle to object.
xDiam REAL X diameter of rounded corner.
yDiam REAL Y diameter of rounded corner.

Version

Availability: from All Versions

Category

  • Objects - 2D