enum Tinman.Image.Coverage.Type
Enumeration of pixel coverage semantics.
Items
The following table lists all iemts of this enum type, including their string tags (if
defined).
Enumeration Item |
PixelIsArea
|
|
Each image pixel represents a unit square in two-dimensional space.
0 1 2 3 4 5
+---+---+---+---+---+---+
0 |###|###|###|###|###|###|
+---+---+---+---+---+---+
1 |###|###|###|###|###|###|
+---+---+---+---+---+---+
2 |###|###|###|###|###|###|
+---+---+---+---+---+---+
3 |###|###|###|###|###|###|
+---+---+---+---+---+---+
### := Pixel area
|
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
|
Usages
The following table shows all usages of this config type.