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().

default

false

nativeparamindex

3

Readonly scale

scale: number

The scale, where 1 means no scaling applied.

nativeparamindex

0

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().

default

false

nativeparamindex

4

Readonly x

x: number

Translation on the x-axis.

double
nativeparamindex

1

Readonly y

y: number

Translation on the y-axis.

double
nativeparamindex

2

Generated using TypeDoc