PAINTSHAPEBORDERENDCAP

Summary

The PAINTSHAPEBORDERENDCAP enumerated type contains options for the border endcap of a shape. These are the possible values for the nBorderEndCap member of the PAINTSHAPE structure.

Syntax

typedef enum 
{ 
   PAINT_SHAPE_BORDER_ENDCAP_ROUND, 
   PAINT_SHAPE_BORDER_ENDCAP_SQUARE, 
   PAINT_SHAPE_BORDER_ENDCAP_FLAT 
} PAINTSHAPEBORDERENDCAP, *pPAINTSHAPEBORDERENDCAP; 

Members

PAINT_SHAPE_BORDER_ENDCAP_ROUND

Ends of lines are round.

PAINT_SHAPE_BORDER_ENDCAP_SQUARE

Ends of lines are square and extend past the end point.

PAINT_SHAPE_BORDER_ENDCAP_FLAT

Ends of lines are flat and end at the end point.

Comments

These values determine the shape of the ends of lines.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Digital Paint C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.