Skip to content
On this page

Interface: TransformationEvent

Hierarchy

Properties

inverseTransformation

Readonly inverseTransformation: TransformationRepresentation

The inverse of transformation

Inherited from

Transformed.inverseTransformation

Defined in

transformed.ts:11


transformation

Readonly transformation: TransformationRepresentation

The transformation that, when applied to a point (x, y) in the CSS-pixel-base coordinate system of the <canvas> (which has its origin at the top-left corner of the canvas), returns the corresponding point in the InfiniteCanvas's coordinate system

Inherited from

Transformed.transformation

Defined in

transformed.ts:7