Click or drag to resize
ICameraMovement.SetPanLimit Method
Sets the maximum of horizontal movement in seconds.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void SetPanLimit(
	bool enabled,
	Nullable<double> sec = null
)

Parameters

enabled
Type: System.Boolean
sec (Optional)
Type: System.Nullable<Double>
See Also