Represents a pixel in a scan line. We scan the vector for each row of pixels. Whenever our scanner intersects with the vector, we generate one of these pixels. So the overall count of these for a semi-rastered vector is tiny.
Public Member Functions | |
SubScanPixel (ushort x, byte fill) | |
Public Attributes | |
ushort | X |
The x coordinate of this pixel. More... | |
byte | Fill |
The fill of this particular scan pixel. More... | |
|
inline |
byte Blaze.SubScanPixel.Fill |
The fill of this particular scan pixel.
ushort Blaze.SubScanPixel.X |
The x coordinate of this pixel.