Click or drag to resize
Resolution Constructor (Int32, Int32)
Initializes a new instance of the Resolution class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Resolution(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Horizontal pixels.
height
Type: SystemInt32
Vertical pixels.
See Also