CanvasPropertyJoinStyle

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

The current join style of a canvas.

Parameters
NameTypeDescription
mCanvas

An expression which evaluates to a canvas.

Example
// Draw a square with beveled corners.
set the join style of this canvas to "bevel"
stroke rectangle path of rectangle [25, 25, 75, 75] on this canvas
Description

Determines how to draw the join between the lines of a path when stroking. Can be one of "bevel", "round", or "miter".

Tagscanvas