OzContrastCorrection Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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