CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
fill_mode.h
1
2#ifndef _aspose_drawing_drawing2d_fill_mode_h_
3#define _aspose_drawing_drawing2d_fill_mode_h_
4
5#include <system/enum.h>
6
7namespace System { namespace Drawing { namespace Drawing2D {
9 enum class FillMode {
13 , Winding
14 };
15}}}
16
19template<>
20struct EnumMetaInfo<System::Drawing::Drawing2D::FillMode>
21{
24 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Drawing::Drawing2D::FillMode, const char_t*>, 2>& values();
25};
26
27#endif
FillMode
Specifies how to fill the interior of a closed path.
Definition: fill_mode.h:9
Definition: db_command.h:9