[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TPenJoinStyle

Represents join styles used between line segments.

Declaration

Source position: graphics.pp line 588

type TPenJoinStyle = (

  pjsRound,

  

Round shape used at the join points.

  pjsBevel,

  

Bevel shape used at the join points.

  pjsMiter

  

Mitered angular shape used at join points.

);

Version info

Added in LCL version 2.6.3.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.