Initializes a new instance of the Resolution class

Namespace: Ozeki.Media.Video.Imaging
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public Resolution(
	int width,
	int height
)
Visual Basic
Public Sub New ( 
	width As Integer,
	height As Integer
)
Visual C++
public:
Resolution(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:Ozeki.Media.Video.Imaging.Resolution.#ctor(System.Int32,System.Int32)"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:Ozeki.Media.Video.Imaging.Resolution.#ctor(System.Int32,System.Int32)"]

See Also