Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a 2D transform.

Hierarchy

  • ITransformData

Index

Properties

Optional Readonly animating

animating?: boolean

If this transform is an intermediate step in an animation.

Note that this property is ignored when calling IReaderViewTransformManager.applyTransform().

nativeignore

Readonly scale

scale: number

The scale, where 1 means no scaling applied.

double

Optional Readonly userGestureActive

userGestureActive?: boolean

If this transform is due to a user gesture, such as pan-zooming.

Note that this property is ignored when calling IReaderViewTransformManager.applyTransform().

nativeignore

Readonly x

x: number

Translation on the x-axis.

double

Readonly y

y: number

Translation on the y-axis.

double

Generated using TypeDoc