BasePluginCameraCheckCuttingSize Method |
Checks if the given size is less than the camera's hardware sensor
size.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic bool CheckCuttingSize(
int w,
int h
)
Parameters
- w Int32
- The wanted width.
- h Int32
- The wanted height.
Return Value
BooleanTrue if the wanted size is less than the camera's sensor size.
See Also