C# 클래스 PhotoBeamerClone.PhotoCameraLuminanceSource

상속: com.google.zxing.LuminanceSource
파일 보기 프로젝트 열기: NicoVermeir/photobeamerclone 1 사용 예제들

공개 메소드들

메소드 설명
PhotoCameraLuminanceSource ( int width, int height ) : System
getRow ( int y, sbyte row ) : sbyte[]

메소드 상세

PhotoCameraLuminanceSource() 공개 메소드

public PhotoCameraLuminanceSource ( int width, int height ) : System
width int
height int
리턴 System

getRow() 공개 메소드

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