PS_JOIN_MITER top-level constant

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

const PS_JOIN_MITER = 0x00002000;