TransformMakeScale |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | transform with scale <mScale>
|
Associations | com.livecode.canvas |
Summary | Creates a new scaling transform value.
|
Parameters | Name | Type | Description |
---|
mScale | | An expression which evaluates to a list of 1 or 2 numbers, the x-axis scale and y-axis scale, or the uniform scale when only a single value is given.
|
|
Example |
variable tTransform
put transform with scale [2] into tTransform
put transform with scale [ 2, 1 ] into tTransform
|
Values | Name | Type | Description |
---|
return | | A new scale transform.
|
|
Description | Creates a new scaling transform value.
|
Tags | canvas |