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
5namespace System { namespace Drawing { namespace Drawing2D {
7enum class PenType
8{
10 SolidColor = 0,
12 HatchFill = 1,
14 TextureFill = 2,
16 PathGradient = 3,
19};
20
21}}}
22
23#endif
PenType
Specifies a type of a fill Pen object uses.
Definition: pen_type.h:8
@ TextureFill
A bitmap texture fill.
@ LinearGradient
A linear gradient fill.
@ PathGradient
A path gradient fill.
Definition: db_command.h:9