2#ifndef _aspose_drawing_drawing2d_line_cap_h_
3#define _aspose_drawing_drawing2d_line_cap_h_
5#include <system/enum.h>
7namespace System {
namespace Drawing {
namespace Drawing2D {
38struct EnumMetaInfo<
System::Drawing::Drawing2D::LineCap>
42 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Drawing::Drawing2D::LineCap, const char_t*>, 11>& values();
@ Triangle
A triangular cap that points both ends of a dash.
@ Flat
A square cap that squares off both ends of a dash.
@ Round
A circular cap that rounds off both ends of a dash.
LineCap
Indicates the available cap styles with which a Pen object can end a line.
Definition: line_cap.h:9
@ AnchorMask
A mask used to check if a line cap is an anchor cap.
@ SquareAnchor
Square anchor line cap.
@ RoundAnchor
Round anchor line cap.
@ DiamondAnchor
Diamond anchor line cap.
@ ArrowAnchor
Arrow anchor line cap.
@ Custom
Custom dash style.
Definition: db_command.h:9