Class ScanbotCameraXViewExtensions
public static class ScanbotCameraXViewExtensions
- Inheritance
-
ScanbotCameraXViewExtensions
- Inherited Members
Methods
AddPictureCallback(ScanbotCameraXView, Action<byte[], CaptureInfo>)
public static void AddPictureCallback(this ScanbotCameraXView cameraView, Action<byte[], CaptureInfo> onPictureTaken)
Parameters
cameraView
ScanbotCameraXViewonPictureTaken
Action<byte[], CaptureInfo>
Attach(ScanbotCameraXView, IFrameHandlerWrapper)
public static void Attach(this ScanbotCameraXView cameraView, IFrameHandlerWrapper handler)
Parameters
cameraView
ScanbotCameraXViewhandler
IFrameHandlerWrapper
SetCameraOpenCallback(ScanbotCameraXView, Action)
public static void SetCameraOpenCallback(this ScanbotCameraXView cameraView, Action onCameraOpened)
Parameters
cameraView
ScanbotCameraXViewonCameraOpened
Action