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 ] | Numeric value of contraction in x-direction | |
xAngleUnit [ optional ] | Unit of contraction in x-direction | |
yAngle [ optional ] | Numeric value of contraction in y-direction | |
yAngleUnit [ optional ] | Unit of contraction in y-direction |