C# Class DouMi.PhotoCameraLuminanceSource

Inheritance: com.google.zxing.LuminanceSource
Mostra file Open project: gzb1985/doumi 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[]