PatternPropertyImage

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the image of <mPattern>
Associationscom.livecode.canvas
Summary

The image of a pattern value.

Parameters
NameTypeDescription
mPattern

An expression which evaluates to a pattern.

Example
// Create a new pattern based on an image file
variable tPattern
put pattern with image from file "images/patternframe1.png" into tPattern

// Store the old image of tPattern
variable tImage
put the image of tPattern into tImage

// Set the pattern to draw the next image
set the image of tPattern to image from file "images/patternframe2.png"
Description

The image of mPattern.

Tagscanvas