Skip to main content

Interface: CanvasPaneMetrics

Defined in: paper/paperApi.ts:76

Contains sizes and offsets for the canvas scrollable pane DOM element.

Properties

PropertyModifierTypeDescription

clientHeight

readonly

number

Canvas area client height.

clientWidth

readonly

number

Canvas area client width.

offsetHeight

readonly

number

Canvas area offset height.

offsetWidth

readonly

number

Canvas area offset width.

scrollLeft

readonly

number

Canvas area scroll width.

scrollTop

readonly

number

Canvas area scroll height.