C# 클래스 ZXing.Mobile.CameraAccess.CameraController

파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile 1 사용 예제들

공개 메소드들

메소드 설명
AutoFocus ( ) : void
AutoFocus ( int x, int y ) : void
CameraController ( Android.Views.SurfaceView surfaceView, CameraEventsListener cameraEventListener, MobileBarcodeScanningOptions scanningOptions ) : System
RefreshCamera ( ) : void
SetupCamera ( ) : void
ShutdownCamera ( ) : void

비공개 메소드들

메소드 설명
ApplyCameraSettings ( ) : void
AutoFocus ( int x, int y, bool useCoordinates ) : void
GetCameraDisplayOrientation ( ) : int
OpenCamera ( ) : void
SetCameraDisplayOrientation ( ) : void

메소드 상세

AutoFocus() 공개 메소드

public AutoFocus ( ) : void
리턴 void

AutoFocus() 공개 메소드

public AutoFocus ( int x, int y ) : void
x int
y int
리턴 void

CameraController() 공개 메소드

public CameraController ( Android.Views.SurfaceView surfaceView, CameraEventsListener cameraEventListener, MobileBarcodeScanningOptions scanningOptions ) : System
surfaceView Android.Views.SurfaceView
cameraEventListener CameraEventsListener
scanningOptions MobileBarcodeScanningOptions
리턴 System

RefreshCamera() 공개 메소드

public RefreshCamera ( ) : void
리턴 void

SetupCamera() 공개 메소드

public SetupCamera ( ) : void
리턴 void

ShutdownCamera() 공개 메소드

public ShutdownCamera ( ) : void
리턴 void