Method ResizeViewer
ResizeViewer(int, int, int)
Declaration
[HandleProcessCorruptedStateExceptions]
public void ResizeViewer(int width, int height, int viewer = -1)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | width | Width of the viewer framebuffer  | 
    
| int | height | Height of the viewer framebuffer  | 
    
| int | viewer | Viewer id returned by the createViewer function. -1 uses the default viewer id (see setDefaultViewerId).  |