Skip to main content

Class: Skew

Hierarchy​

Constructors​

constructor​

• new Skew(document, skew, transformOrigin)

Parameters​

NameType
documentDocument
skewstring
transformOriginreadonly [Property<string>, Property<string>]

Overrides​

Matrix.constructor

Defined in​

src/Transform/Skew.ts:9

Properties​

matrix​

• Protected matrix: MatrixValue

Inherited from​

Matrix.matrix

Defined in​

src/Transform/Matrix.ts:10


type​

• type: string = 'skew'

Overrides​

Matrix.type

Defined in​

src/Transform/Skew.ts:6


angle​

• Protected Readonly angle: Property<unknown>

Defined in​

src/Transform/Skew.ts:7

Methods​

apply​

â–¸ apply(ctx): void

Parameters​

NameType
ctxRenderingContext2D

Returns​

void

Inherited from​

Matrix.apply

Defined in​

src/Transform/Matrix.ts:24


unapply​

â–¸ unapply(ctx): void

Parameters​

NameType
ctxRenderingContext2D

Returns​

void

Inherited from​

Matrix.unapply

Defined in​

src/Transform/Matrix.ts:45


applyToPoint​

â–¸ applyToPoint(point): void

Parameters​

NameType
pointPoint

Returns​

void

Inherited from​

Matrix.applyToPoint

Defined in​

src/Transform/Matrix.ts:76