Click or drag to resize

OzIntRange Constructor

Initializes a new instance of the OzIntRange class

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

Parameters

min
Type: SystemInt32
max
Type: SystemInt32
See Also