Interface OverlapImageOptions

interface OverlapImageOptions {
    angle?: number;
    origin?: Point;
    scale?: number;
}

Properties

Properties

angle?: number

Desired rotation of image 2 in degrees around its top-left corner.

Default

0

origin?: Point

Origin of the second image relatively to top-left corner of first image.

Default

{row: 0, column: 0}

scale?: number

Factor by which to scale the second image.

Default

1