xtd 0.2.0
Loading...
Searching...
No Matches

◆ pixel_offset_mode

Specifies how pixels are offset during rendering.

Namespace
xtd::drawing::drawing_2d
Library
xtd.drawing
Remarks
By offsetting pixels during rendering, you can improve render quality at the cost of render speed.
Enumerator
invalid 

Specifies the default mode.

default_value 

Specifies default mode.

high_speed 

Specifies high speed, low quality rendering.

high_quality 

Specifies high quality, low speed rendering.

none 

Specifies no pixel offset.

half 

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