CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
flush_intention.h
1
2
#ifndef _aspose_drawing_drawing2d_flush_intention_h_
3
#define _aspose_drawing_drawing2d_flush_intention_h_
4
5
namespace
System
{
namespace
Drawing {
namespace
Drawing2D {
7
enum class
FlushIntention
8
{
10
Flush
= 0,
12
Sync
= 1
13
};
14
15
}}}
16
17
#endif
System::Drawing::Drawing2D::FlushIntention
FlushIntention
Specifies if commands in the graphics stack are terminated immediately or executed as soon as possibl...
Definition:
flush_intention.h:8
System::Drawing::Drawing2D::FlushIntention::Flush
@ Flush
Terminate immadiately.
System::Drawing::Drawing2D::FlushIntention::Sync
@ Sync
Execute as soon as possible.
System
Definition:
db_command.h:9
include
drawing
drawing2d
flush_intention.h
Generated by
1.9.4