CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
pen_type.h
1
2
#ifndef _aspose_drawing_drawing2d_pen_type_h_
3
#define _aspose_drawing_drawing2d_pen_type_h_
4
5
namespace
System
{
namespace
Drawing {
namespace
Drawing2D {
7
enum class
PenType
8
{
10
SolidColor
= 0,
12
HatchFill
= 1,
14
TextureFill
= 2,
16
PathGradient
= 3,
18
LinearGradient
= 4
19
};
20
21
}}}
22
23
#endif
System::Drawing::Drawing2D::PenType
PenType
Specifies a type of a fill Pen object uses.
Definition:
pen_type.h:8
System::Drawing::Drawing2D::PenType::TextureFill
@ TextureFill
A bitmap texture fill.
System::Drawing::Drawing2D::PenType::LinearGradient
@ LinearGradient
A linear gradient fill.
System::Drawing::Drawing2D::PenType::SolidColor
@ SolidColor
A solid fill.
System::Drawing::Drawing2D::PenType::PathGradient
@ PathGradient
A path gradient fill.
System::Drawing::Drawing2D::PenType::HatchFill
@ HatchFill
A hatch fill.
System
Definition:
db_command.h:9
include
drawing
drawing2d
pen_type.h
Generated by
1.9.4