Skew

[ Interface ]

export interface Skew {
    transformType: 'Skew';
    xAngle?: number;
    xAngleUnit?: TcHmi.AngleUnit;
    yAngle?: number;
    yAngleUnit?: TcHmi.AngleUnit;
}

Shrinks a control.

This interface implements the TcHmi.Transform interface.

Properties

Name

Type

Description

transformType

'Skew'

Keyword

xAngle [ optional ]

number

Numeric value of contraction in x-direction

xAngleUnit [ optional ]

TcHmi.AngleUnit

Unit of contraction in x-direction

yAngle [ optional ]

number

Numeric value of contraction in y-direction

yAngleUnit [ optional ]

TcHmi.AngleUnit

Unit of contraction in y-direction