Search
LineJoin Enumeration
See Also
 






Specifies how to join consecutive line or curve segments in a figure.

Namespace: MindFusion.Drawing
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LineJoin = {}

 Members

  Member name Description

Bevel

Produces a diagonal corner.

Miter

Produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.

Round

Produces a smooth, circular arc between the lines.

 See Also