ImageEn, unit iegdiplus

TIECanvasPenLineJoin


Declaration

  TIECanvasPenLineJoin = (ieljMiter, ieljBevel, ieljRound, ieljMiterClipped);


Description

Value Description
ieljMiter Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit
ieljBevel Specifies a beveled join. This produces a diagonal corner
ieljRound Specifies a circular join. This produces a smooth, circular arc between the lines
ieljMiterClipped Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit

Also see: docs.microsoft.com/en-us/windows/win32/api/gdiplusenums/ne-gdiplusenums-linejoin