DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
DirectOutput.General.BitmapHandling Namespace Reference

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

◆ FastBitmapDataExtractModeEnum

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

Enumerator
SinglePixelTopLeft 
SinglePixelCenter 
BlendPixels