C# Class DouMi.PhotoCameraLuminanceSource

Inheritance: com.google.zxing.LuminanceSource
Afficher le fichier Open project: gzb1985/doumi Class Usage Examples

Méthodes publiques

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

Method Details

PhotoCameraLuminanceSource() public méthode

public PhotoCameraLuminanceSource ( int width, int height ) : System
width int
height int
Résultat System

getRow() public méthode

public getRow ( int y, sbyte row ) : sbyte[]
y int
row sbyte
Résultat sbyte[]