System::Drawing::Drawing2D::FlushIntention enum
FlushIntention enum
Specifies if commands in the graphics stack are terminated immediately or executed as soon as possible.
enum class FlushIntention
Values
Name | Value | Description |
---|---|---|
Flush | 0 | Terminate immadiately. |
Sync | 1 | Execute as soon as possible. |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++