Click or drag to resize

BasePluginCameraSetStandardMeasure Method

Sets the standard measure in the camera's settings dialog. Must be virtual to have access to the settings dialog for updating the value there.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public virtual void SetStandardMeasure(
	double standardMeasure
)

Parameters

standardMeasure  Double
The crop factor as percentage between 50 and 100.
See Also