layerClipRect | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Specifies the visible area of a control |
Introduced | 9.5 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Description | Use the layerClipRect property to clip an object's display to a rectangle. The clipping rectangle only changes what part of the object is rendered, it has no effect on interaction; in particular, mouse events will still occur as they would without it being set. |