CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
dash_style.h
1
2
#ifndef _aspose_drawing_drawing2d_dash_style_h_
3
#define _aspose_drawing_drawing2d_dash_style_h_
4
5
#include <system/enum.h>
6
7
namespace
System
{
namespace
Drawing {
namespace
Drawing2D {
9
enum class
DashStyle
{
11
Solid
= 0,
13
Dash
= 1,
15
Dot
= 2,
17
DashDot
= 3,
19
DashDotDot
= 4,
21
Custom
= 5
22
};
23
}}}
24
27
template
<>
28
struct
EnumMetaInfo<
System
::Drawing::Drawing2D::DashStyle>
29
{
32
static
ASPOSECPP_SHARED_API
const
std::array<std::pair<System::Drawing::Drawing2D::DashStyle, const char_t*>, 6>& values();
33
};
34
35
#endif
System::Drawing::Drawing2D::DashStyle
DashStyle
Specifies the style of a dashed line.
Definition:
dash_style.h:9
System::Drawing::Drawing2D::DashStyle::Dash
@ Dash
Dashed line.
System::Drawing::Drawing2D::DashStyle::Custom
@ Custom
Custom dash style.
System::Drawing::Drawing2D::DashStyle::Dot
@ Dot
A line consisting of dots.
System::Drawing::Drawing2D::DashStyle::DashDotDot
@ DashDotDot
A dash-dot-dot line.
System::Drawing::Drawing2D::DashStyle::Solid
@ Solid
Solid line.
System::Drawing::Drawing2D::DashStyle::DashDot
@ DashDot
A dash-dot line.
System
Definition:
db_command.h:9
include
drawing
drawing2d
dash_style.h
Generated by
1.9.4