asposecells.api

Class LineJoinType

Utility class containing constants. Represents the join styles of a line.

Field Summary
const  intROUND
Round joint
const  intBEVEL
Bevel joint
const  intMITER
Miter joint
const  intNONE
None joint
 

    • Field Detail

      • ROUND

        const int ROUND
        Round joint
      • BEVEL

        const int BEVEL
        Bevel joint
      • MITER

        const int MITER
        Miter joint
      • NONE

        const int NONE
        None joint