Blaze.ScannerPixel Class Reference

Detailed Description

Scanner pixels are used during the live raster process. These objects store information about intersects temporarily and are globally cached.

Public Attributes

float X
 The x coordinate of this pixels intersect. More...
 
byte Fill
 The fill of this pixel. More...
 
ScannerPixel Next
 The pixel after this one. More...
 
ScannerPixel Previous
 The pixel before this one. More...
 

Properties

int PixelIndex [get]
 The x coordinate of the pixel containing this intersect. More...
 

Member Data Documentation

byte Blaze.ScannerPixel.Fill

The fill of this pixel.

ScannerPixel Blaze.ScannerPixel.Next

The pixel after this one.

ScannerPixel Blaze.ScannerPixel.Previous

The pixel before this one.

float Blaze.ScannerPixel.X

The x coordinate of this pixels intersect.

Property Documentation

int Blaze.ScannerPixel.PixelIndex
get

The x coordinate of the pixel containing this intersect.