Ozeki VoIP SDK Class library
Resolution Constructor (width, height)
NamespacesOzeki.Media.VideoResolutionResolution(Int32, Int32)
Initializes a new instance of the Resolution class.
Declaration Syntax
C#Visual BasicVisual C++
public Resolution(
	int width,
	int height
)
Public Sub New ( 
	width As Integer,
	height As Integer
)
public:
Resolution(
	int width, 
	int height
)
Parameters
width (Int32)
Horizontal pixels.
height (Int32)
Vertical pixels.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290