ServiceCreateRenderArea Method |
Forces the creation of a renderArea.
Namespace: OIV.RemoteViz.Rendering
public void CreateRenderArea( string id, uint width, uint height, RenderAreaHardware renderAreaHardware )
: ID identifying the OIV.RemoteViz.Rendering.RenderArea
: renderArea width
: renderArea height
: renderArea hardware settings.
This method is optional. The other way to create a renderArea is to return true to the callback OIV.RemoteViz.Rendering.ServiceListener.OnPendingCreateRenderArea(System.String, System.UInt32@, System.UInt32@, OIV.RemoteViz.Rendering.RenderAreaHardware, OIV.RemoteViz.Rendering.Client, OIV.RemoteViz.Rendering.ConnectionParameters) when a connection requests it. If the renderArea already exists, the call will be ignored.