Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void AbsoluteMove(
ZoomDirection direction,
int factor = 50
)
Public Sub AbsoluteMove (
direction As ZoomDirection,
Optional factor As Integer = 50
)
public:
void AbsoluteMove(
ZoomDirection direction,
int factor = 50
)
member AbsoluteMove :
direction : ZoomDirection *
?factor : int
(* Defaults:
let _factor = defaultArg factor 50
*)
-> unit
Parameters
- direction ZoomDirection
-
- factor Int32 (Optional)
-
See Also