Click or drag to resize
RenderAreaResize Method

Resizes the renderArea at a specific size.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public void Resize(
	uint width,
	uint height
)

Parameters

width
Type: SystemUInt32

: new width of the renderArea

height
Type: SystemUInt32

: new height of the renderArea

Remarks

After resizing, a notification will be sent to all the renderArea clients. The minimum size is (128, 128) and the maximum size is (3840, 2160). If the size is inferior or superior to the limit, it will be adjusted automatically.

See Also

Reference

OIV.RemoteViz.Rendering.RenderAreaListener.OnResize(OIV.RemoteViz.Rendering.RenderArea, System.UInt32, System.UInt32)