CameraDeviceFocus Method (Vector)
|
Focus the camera with focus point.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax public Response Focus(
Vector focusPoint
)
Public Function Focus (
focusPoint As Vector
) As Response
public:
Response^ Focus(
Vector focusPoint
)
Parameters
- focusPoint
- Type: System.WindowsVector
Focus point
Return Value
Type:
ResponseResponse to request
See Also