Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Rectangle

The position and size of the watermark image.

Hierarchy

  • Rectangle

Index

Constructors

Properties

Constructors

constructor

  • new Rectangle(params?: undefined | { height?: undefined | number; width?: undefined | number; x?: undefined | number; y?: undefined | number }): Rectangle
  • Parameters

    • Optional params: undefined | { height?: undefined | number; width?: undefined | number; x?: undefined | number; y?: undefined | number }

    Returns Rectangle

Properties

Optional height

height: undefined | number

The height (pixels) of the watermark image.

Optional width

width: undefined | number

The width (pixels) of the watermark image.

Optional x

x: undefined | number

The horizontal offset from the top-left corner.

Optional y

y: undefined | number

The vertical offset from the top-left corner.

Generated using TypeDoc