Appearance
a11ydocs / RectCommand
Interface: RectCommand
Defined in: src/types.ts:3057
Vector path command for adding a rectangle.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | Height in PDF points. | src/types.ts:3067 |
type | "rect" | Discriminator identifying this option or command shape. | src/types.ts:3059 |
width | number | Width in PDF points. | src/types.ts:3065 |
x | number | Horizontal position in PDF points. | src/types.ts:3061 |
y | number | Vertical position in PDF points. | src/types.ts:3063 |