Icon TLineJoinStyle

Unit: WebUI

TLineJoinStyle = (jsMiter,jsBevel,jsRound)

Available In: Client and Server Applications

The TLineJoinStyle enumerated type is used to specify how lines are drawn when they intersect on a TCanvasElement instance.

ElementDescription
jsBevelSpecifies that the outside edges of the intersecting lines are joined with a filled triangle.
jsMiterSpecifies that the outside edges of the intersecting lines are extended until they meet.
jsRoundSpecifies that the outside edges of the intersecting lines are joined with a filled arc whose diameter is equal to the width of the line.
Image