Click or drag to resize
OzIntRange Constructor
Initializes a new instance of the OzIntRange class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OzIntRange(
	int min,
	int max
)

Parameters

min
Type: SystemInt32
max
Type: SystemInt32
See Also