Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: Ozeki.MediaZoomDirection
 - factor (Optional)
 - Type: SystemInt32
 
See Also