Resizes the renderArea at a specific size.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Resize(
uint width,
uint height
)
Public Sub Resize (
width As UInteger,
height As UInteger
)
public:
void Resize(
unsigned int width,
unsigned int height
)
member Resize :
width : uint32 *
height : uint32 -> unit
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)