sempdf
sempdf v1.9.1Interfaces

Interface: Transform

sempdf v1.9.1


sempdf / Transform

Defined in: src/types.ts:3586

Affine transform tuple used for graphics and text placement.

Properties

PropertyTypeDescriptionDefined in
anumberHorizontal scale component of the affine transform matrix.src/types.ts:3588
bnumberBlue channel value normalized from 0 to 1.src/types.ts:3590
cnumberCyan channel value normalized from 0 to 1.src/types.ts:3592
dnumberVertical scale component of the affine transform matrix.src/types.ts:3594
enumberHorizontal translation component of the affine transform matrix.src/types.ts:3596
fnumberVertical translation component of the affine transform matrix.src/types.ts:3598

On this page