xtd 0.2.0
Loading...
Searching...
No Matches

Definition

line join definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ LJ_MITER

constexpr xtd::int32 LJ_MITER
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.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ LJ_BEVEL

constexpr xtd::int32 LJ_BEVEL
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/line_joins.h>

Specifies a beveled join. This produces a diagonal corner.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ LJ_ROUND

constexpr xtd::int32 LJ_ROUND
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.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ LJ_MITER_CLIPPED

constexpr xtd::int32 LJ_MITER_CLIPPED
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.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only