DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
Package DirectOutput.General.BitmapHandling

Classes

class  FastBitmap
 
class  FastImage
 
class  FastImageList
 
struct  PixelData
 Struct holding the data for a single pixel in a bitmap. More...
 
class  UnsafeBitmap
 This class allows fast access to the pixels of a bitmap. The code was inspired/stolen from this thread http://www.dreamincode.net/forums/topic/14788-c%23-fast-acces-to-bitmap-pixels/ More...
 

Enumerations

enum  FastBitmapDataExtractModeEnum { SinglePixelTopLeft, SinglePixelCenter, BlendPixels }
 The enum defines how the pixels are extracted from the source image. More...
 

Enumeration Type Documentation

The enum defines how the pixels are extracted from the source image.

Enumerator
SinglePixelTopLeft 
SinglePixelCenter 
BlendPixels