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
5namespace System { namespace Drawing { namespace Drawing2D {
7enum class FlushIntention
8{
10 Flush = 0,
12 Sync = 1
13};
14
15}}}
16
17#endif
FlushIntention
Specifies if commands in the graphics stack are terminated immediately or executed as soon as possibl...
Definition: flush_intention.h:8
@ Sync
Execute as soon as possible.
Definition: db_command.h:9