Click or drag to resize

BasePluginCameraCheckCuttingSize Method

Checks if the given size is less than the camera's hardware sensor size.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public bool CheckCuttingSize(
	int w,
	int h
)

Parameters

w  Int32
The wanted width.
h  Int32
The wanted height.

Return Value

Boolean
True if the wanted size is less than the camera's sensor size.
See Also