line join definitions.
Variables | |
constexpr xtd::int32 | LJ_MITER |
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. | |
constexpr xtd::int32 | LJ_BEVEL |
Specifies a beveled join. This produces a diagonal corner. | |
constexpr xtd::int32 | LJ_ROUND |
Specifies a circular join. This produces a smooth, circular arc between the lines. | |
constexpr xtd::int32 | LJ_MITER_CLIPPED |
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. | |
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/line_joins.h>
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.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/line_joins.h>
Specifies a beveled join. This produces a diagonal corner.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/line_joins.h>
Specifies a circular join. This produces a smooth, circular arc between the lines.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/line_joins.h>
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.