DK11 for Delphi | GisTypesUI.TGIS_LineJoin | Enums
Platform independent pen join style.
// Delphi type TGIS_LineJoin = ( Bevel = 0, Miter = 1, Round = 2 );
// C++ Builder enum DECLSPEC_DENUM TGIS_LineJoin unsigned short { Bevel = 0, Miter = 1, Round = 2 };
Name | Value | Description | |
---|---|---|---|
Bevel | 0 | Joins are beveled. | |
Miter | 1 | Joins are mittered within a limit; if it exceeds this limit, the join is beveled. | |
Round | 2 | Joins are round. | |