CanvasPropertyFillRule

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

The current fill rule of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Set canvas fill rule to non-zero.
set the fill rule of this canvas to "non-zero"
Description

The rule used to determine when to fill enclosed regions of a path. Can be "even odd" or "non-zero".

Tagscanvas