CanvasPropertyStippled

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the stippled of <mCanvas>
Associationscom.livecode.canvas
Summary

The current stippled setting of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Draw with stippled red paint on canvas
set the paint of this canvas to solid paint with color [1,0,0]
set the stippled of this canvas to true
Description

A boolean value that determines whether or not stippling will be used when drawing with a solid color paint on mCanvas.

Tagscanvas