 | CameraControllerLoadDigitizer Method |
Namespace:
LynceeTec.DHM.Camera
Assembly:
LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 7.3.77.25127 8_0_dev ee7cc19, built 2018-08-31 12:03:08 UTC
Syntaxpublic void LoadDigitizer(
string dllPathName,
string mode,
int bpp,
string shutterQuery,
string regShutterQuery,
int width,
int height,
string uniqueID
)
public:
virtual void LoadDigitizer(
String^ dllPathName,
String^ mode,
int bpp,
String^ shutterQuery,
String^ regShutterQuery,
int width,
int height,
String^ uniqueID
) sealed
Parameters
- dllPathName
- Type: SystemString
- mode
- Type: SystemString
- bpp
- Type: SystemInt32
- shutterQuery
- Type: SystemString
- regShutterQuery
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- uniqueID
- Type: SystemString
Implements
ICameraControllerLoadDigitizer(String, String, Int32, String, String, Int32, Int32, String)
See Also