Skip to main content

Interface: CanvasAreaMetrics

Contains sizes and offsets for the canvas area 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.