TransformMakeSkew

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
transform with skew <mSkew>
Associationscom.livecode.canvas
Summary

Creates a new skewing transform value. mScale:An expression which evaluates to a list of 2 numbers, the x-axis skew and y-axis skew.

Example
// Create skew transform
variable tTransform
put transform with skew [1,0] into tTransform
Values
NameTypeDescription
return

A new skew transform.

Description

Creates a new skewing transform value. mScale:An expression which evaluates to a list of 2 numbers, the x-axis skew and y-axis skew.

Tagscanvas