PS_JOIN_MITER top-level constant

  1. @Deprecated('Use PEN_STYLE.PS_JOIN_MITER instead')
int const PS_JOIN_MITER

Line joins are mitered when they are within the current limit set by the SetMiterLimit function. A join is beveled when it would exceed the limit.

Implementation

@Deprecated('Use PEN_STYLE.PS_JOIN_MITER instead')
const PS_JOIN_MITER = 0x00002000;