Skip to main content

BaseZoomToFitOptions

Base Options for the zoomToFit methods.

Extended by

Properties

alignX?

optional alignX: CanvasAlignmentX

How to align the content in the X axis - left, right or center


alignY?

optional alignY: CanvasAlignmentY

How to align the content in the Y axis - top, bottom or center


doNotAnimate?

optional doNotAnimate: boolean

If true, don't animate while centering. Defaults to false, ie. the operation will be animated.


fill?

optional fill: number

A decimal between 0 and 1, which indicates how much of the viewport size the content will take up. This value is applied as a ratio of the width or height of the viewport - whichever is smaller. The default is 0.9.


onComplete()?

optional onComplete: (p) => any

Optional function to call on operation complete.

Parameters

p

PointXY

Returns

any


padding?

optional padding: number

Blank space to leave around the content