[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 620

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 1.2.0.


Version 3.2 Generated 2024-02-25 Home