Tells the renderer that the viewport has changed.

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Resize(
	int width,
	int height
)
Visual Basic
Public Sub Resize ( _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void Resize(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
The new width of the viewport, in pixels.
height
Type: System..::..Int32
The new height of the viewport, in pixels.

See Also