ICameraMovementSetPanLimit Method |
Sets the maximum of horizontal movement in seconds.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void SetPanLimit(
bool enabled,
Nullable<double> sec = null
)
Sub SetPanLimit (
enabled As Boolean,
Optional sec As Nullable(Of Double) = Nothing
)
void SetPanLimit(
bool enabled,
Nullable<double> sec = nullptr
)
abstract SetPanLimit :
enabled : bool *
?sec : Nullable<float>
(* Defaults:
let _sec = defaultArg sec null
*)
-> unit
Parameters
- enabled
- Type: SystemBoolean
- sec (Optional)
- Type: SystemNullableDouble
See Also