xtd 0.2.0
Loading...
Searching...
No Matches
flush intention

Definition

flush intention definitions.

Warning
Internal use only

Variables

constexpr xtd::int32 FI_FLUSH
 Specifies that the stack of all graphics operations is flushed immediately.
 
constexpr xtd::int32 FI_SYNC
 Specifies that all graphics operations on the stack are executed as soon as possible. This synchronizes the graphics state.
 

Variable Documentation

◆ FI_FLUSH

constexpr xtd::int32 FI_FLUSH
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/flush_intentions.h>

Specifies that the stack of all graphics operations is flushed immediately.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ FI_SYNC

constexpr xtd::int32 FI_SYNC
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/flush_intentions.h>

Specifies that all graphics operations on the stack are executed as soon as possible. This synchronizes the graphics state.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only