OzContrastCorrection Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic OzContrastCorrection(
int factor = 20
)
Public Sub New (
Optional factor As Integer = 20
)
public:
OzContrastCorrection(
int factor = 20
)
new :
?factor : int
(* Defaults:
let _factor = defaultArg factor 20
*)
-> OzContrastCorrection
Parameters
- factor Int32 (Optional)
-
See Also