C# Class PhotoBeamerClone.PhotoCameraLuminanceSource

Inheritance: com.google.zxing.LuminanceSource
Mostrar archivo Open project: NicoVermeir/photobeamerclone Class Usage Examples

Public Methods

Method Description
PhotoCameraLuminanceSource ( int width, int height ) : System
getRow ( int y, sbyte row ) : sbyte[]

Method Details

PhotoCameraLuminanceSource() public method

public PhotoCameraLuminanceSource ( int width, int height ) : System
width int
height int
return System

getRow() public method

public getRow ( int y, sbyte row ) : sbyte[]
y int
row sbyte
return sbyte[]