OzContrastCorrection Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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 (Optional)
- Type: SystemInt32
See Also