TdxGPPenLineCapStyle Enum
In This Article
Enumerates the available line cap styles that a TdxGPPen object can add to the line’s end or beginning.
#Declaration
Delphi
TdxGPPenLineCapStyle = (
gpcsFlat,
gpcsSquare,
gpcsRound
);
#Members
Name |
---|
gpcs
|
gpcs
|
gpcs
|
#Remarks
Options include:
Value | Description | Line | Line |
---|---|---|---|
gpcs | The flat line cap style adds no adjacent graphical primitive to the line’s end or beginning. | ||
gpcs | If selected, the square line cap style adds an adjacent rectangle to the end or beginning of the displayed line. | ||
gpcs | If selected, the round line cap style adds an adjacent semicircle to the end or beginning of the displayed line. |
The TdxGPPenLineCapStyle type is referenced by the LineEndCapStyle and LineStartCapStyle properties provided by the TdxGPPen class.
See Also