DK11 for ActiveX | TatukGIS_XDK11.TGIS_LineJoin | Enums
Platform independent pen join style.
// C# public enum TGIS_LineJoin { Bevel = 0, Miter = 1, Round = 2 }
' VisualBasic Public Enum TGIS_LineJoin Bevel = 0 Miter = 1 Round = 2 End Enum
// Oxygene type TGIS_LineJoin = public ( 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. | |