Class ScanbotCameraXViewExtensions
public static class ScanbotCameraXViewExtensions
- Inheritance
-
ScanbotCameraXViewExtensions
- Inherited Members
Methods
AddPictureCallback(ScanbotCameraXView, Action<ImageRef, CaptureInfo>)
public static void AddPictureCallback(this ScanbotCameraXView cameraView, Action<ImageRef, CaptureInfo> onPictureTaken)
Parameters
cameraViewScanbotCameraXViewonPictureTakenAction<ImageRef, CaptureInfo>
Attach(ScanbotCameraXView, IFrameHandlerWrapper)
public static void Attach(this ScanbotCameraXView cameraView, IFrameHandlerWrapper handler)
Parameters
cameraViewScanbotCameraXViewhandlerIFrameHandlerWrapper
SetCameraOpenCallback(ScanbotCameraXView, Action)
public static void SetCameraOpenCallback(this ScanbotCameraXView cameraView, Action onCameraOpened)
Parameters
cameraViewScanbotCameraXViewonCameraOpenedAction