ViewerMagnifierProperties

Interface ViewerMagnifierProperties

interface ViewerMagnifierProperties {
    enabled?: boolean;
    position?: [number, number];
    roundness?: number;
    size?: [number, number];
    zoomLevel?: number;
}

Properties

enabled?: boolean

Specifies the enabled state of the magnifier.

true
position?: [number, number]

Specifies the center X- and Y-Position of the magnifier in pixels.

roundness?: number

Specifies the roundness of the magnifier between 0 and 100.

100
size?: [number, number]

Specifies size of the magnifier in pixels.

[50,50]
zoomLevel?: number

Specifies zoom level of the magnifier.

3

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: