3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
constexpr xtd::int32 LJ_ROUND
Specifies a circular join. This produces a smooth, circular arc between the lines.
Definition line_joins.hpp:33
constexpr xtd::int32 LJ_MITER
Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the ...
Definition line_joins.hpp:16
constexpr xtd::int32 LJ_BEVEL
Specifies a beveled join. This produces a diagonal corner.
Definition line_joins.hpp:25
constexpr xtd::int32 LJ_MITER_CLIPPED
Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the ...
Definition line_joins.hpp:40
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23