The GetMiterLimit function returns the miter limit for the specified device context.
BOOL GetMiterLimit(
HDC hdc, |
// handle of device context |
PFLOAT peLimit |
// address of variable receiving miter limit |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The miter limit is used when drawing geometric lines that have miter joins.