Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MagnifierProperties

Hierarchy

  • MagnifierProperties

Index

Properties

Optional factor

factor: number

Controls the amount of magnification to display.

Read more...

Optional maskEnabled

maskEnabled: boolean

Indicates whether the mask image is enabled.

Read more...

Optional maskUrl

maskUrl: string

The mask url points to an image that determines the visible area of the magnified image (alpha channel).

Read more...

Optional offset

offset: ScreenPoint

The offset of the magnifier in pixels.

Read more...

Optional overlayEnabled

overlayEnabled: boolean

Indicates whether the overlay image is enabled.

Read more...

Optional overlayUrl

overlayUrl: string

The overlay url points to an image that is displayed on top of the magnified image.

Read more...

Optional position

position: ScreenPoint

The position of the magnifier in pixels.

Read more...

Optional size

size: number

The size of the magnifier in pixels.

Read more...

Optional visible

visible: boolean

Indicates whether the magnifier is visible.

Read more...

Generated using TypeDoc