Coverage.Type

Description

Enumeration of pixel coverage semantics.

Items

# Name Tag

0

PixelIsArea

-

Each image pixel represents a unit square in two-dimensional space.

    0   1   2   3   4   5
  +---+---+---+---+---+---+
0 |###|###|###|###|###|###|
  +---+---+---+---+---+---+
1 |###|###|###|###|###|###|
  +---+---+---+---+---+---+
2 |###|###|###|###|###|###|
  +---+---+---+---+---+---+
3 |###|###|###|###|###|###|
  +---+---+---+---+---+---+

### := Pixel area

1

PixelIsPoint

-

Each image pixel represents an infinitesimal point in two-dimensional space.

  0   1   2   3   4   5   6
0 #---#---#---#---#---#---#
  |   |   |   |   |   |   |
1 #---#---#---#---#---#---#
  |   |   |   |   |   |   |
2 #---#---#---#---#---#---#
  |   |   |   |   |   |   |
3 #---#---#---#---#---#---#
  |   |   |   |   |   |   |
4 #---#---#---#---#---#---#

# := Pixel point