Creates a new rounded rectangle object with the specified bounds
PROCEDURE RRectangleN(
orginX,orginY : REAL;
directionX,directionY : REAL;
width : REAL;
height : REAL;
xDiam : REAL;
yDiam : REAL);def vs.RRectangleN(orgin, direction, width, height, xDiam, yDiam):
return None| Name | Type | Description |
|---|---|---|
| orgin | REAL | |
| direction | REAL | |
| width | REAL | |
| height | REAL | |
| xDiam | REAL | |
| yDiam | REAL |
Availability: from VectorWorks13.0