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

TPenEndCap

Represents end cap styles used for a pen.

Declaration

Source position: graphics.pp line 609

type TPenEndCap = (

  pecRound,

  

Rounded end cap which extends beyond the point.

  pecSquare,

  

Rectangular end cap which extends beyond the point.

  pecFlat

  

Flat (or blunt) end cap which does not extend beyond the point.

);

Description

TPenEndCap is an enumerated typed with values representing geometric shapes used as end caps for a pen. End caps are applied to the starting and ending points in a line segment.

TPenEndCap is the type used to implement the EndCap property in TPen.

Version info

Added in LCL version 1.2.0.

See also

TPen.EndCap

  

The sort of EndCap used on the Pen.


Version 3.2 Generated 2024-02-25 Home