Appearance
zeropdf / Transform
Interface: Transform
Defined in: src/types.ts:2905
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:2907 |
b | number | Blue channel value normalized from 0 to 1. | src/types.ts:2909 |
c | number | Cyan channel value normalized from 0 to 1. | src/types.ts:2911 |
d | number | Vertical scale component of the affine transform matrix. | src/types.ts:2913 |
e | number | Horizontal translation component of the affine transform matrix. | src/types.ts:2915 |
f | number | Vertical translation component of the affine transform matrix. | src/types.ts:2917 |