Appearance
zeropdf / Transform
Interface: Transform
Defined in: src/types.ts:2941
Affine transform tuple used for graphics and text placement.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
a | number | Horizontal scale component of the affine transform matrix. | src/types.ts:2943 |
b | number | Blue channel value normalized from 0 to 1. | src/types.ts:2945 |
c | number | Cyan channel value normalized from 0 to 1. | src/types.ts:2947 |
d | number | Vertical scale component of the affine transform matrix. | src/types.ts:2949 |
e | number | Horizontal translation component of the affine transform matrix. | src/types.ts:2951 |
f | number | Vertical translation component of the affine transform matrix. | src/types.ts:2953 |