xtd 0.2.0
Loading...
Searching...
No Matches
pixel offset mode

Definition

pixel offset mode definitions.

Warning
Internal use only

Variables

constexpr xtd::int32 PO_INVALID
 Specifies an invalid mode.
 
constexpr xtd::int32 PO_DEFAULT
 Specifies default mode.
 
constexpr xtd::int32 PO_HIGH_SPEED
 Specifies high speed, low quality rendering.
 
constexpr xtd::int32 PO_HIGHT_QUALITY
 Specifies high quality, low speed rendering.
 
constexpr xtd::int32 PO_NONE
 Specifies no pixel offset.
 
constexpr xtd::int32 PO_HALF
 Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
 

Variable Documentation

◆ PO_INVALID

constexpr xtd::int32 PO_INVALID
constexpr

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

Specifies an invalid mode.

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

◆ PO_DEFAULT

constexpr xtd::int32 PO_DEFAULT
constexpr

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

Specifies default mode.

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

◆ PO_HIGH_SPEED

constexpr xtd::int32 PO_HIGH_SPEED
constexpr

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

Specifies high speed, low quality rendering.

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

◆ PO_HIGHT_QUALITY

constexpr xtd::int32 PO_HIGHT_QUALITY
constexpr

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

Specifies high quality, low speed rendering.

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

◆ PO_NONE

constexpr xtd::int32 PO_NONE
constexpr

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

Specifies no pixel offset.

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

◆ PO_HALF

constexpr xtd::int32 PO_HALF
constexpr

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

Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.

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