xtd 0.2.0
Loading...
Searching...
No Matches
smoothing_modes.hpp
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <xtd/types>
9
16constexpr xtd::int32 SM_INVALID = -1;
17
24constexpr xtd::int32 SM_DEFAULT = 0;
25
33
41
48constexpr xtd::int32 SM_NONE = 3;
49
constexpr xtd::int32 SM_ANTI_ALIAS
Specifies antialiased rendering.
Definition smoothing_modes.hpp:56
constexpr xtd::int32 SM_HIGHT_QUALITY
Specifies antialiased rendering.
Definition smoothing_modes.hpp:40
constexpr xtd::int32 SM_DEFAULT
Specifies no antialiasing.
Definition smoothing_modes.hpp:24
constexpr xtd::int32 SM_INVALID
Specifies an invalid mode.
Definition smoothing_modes.hpp:16
constexpr xtd::int32 SM_NONE
Specifies no antialiasing.
Definition smoothing_modes.hpp:48
constexpr xtd::int32 SM_HIGH_SPEED
Specifies no antialiasing.
Definition smoothing_modes.hpp:32
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23