RenderArea Methods |
The RenderArea type exposes the following members.
Name | Description | |
---|---|---|
AddListener | Adds a OIV.RemoteViz.Rendering.RenderAreaListener to manage the renderArea. | |
CloseConnectionsAndDispose | Closes all connections of the renderArea and disposes it. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetConnection(String) | Gets an existing OIV.RemoteViz.Rendering.Connection to the renderArea. | |
GetConnection(UInt32) | Gets an existing OIV.RemoteViz.Rendering.Connection to the renderArea. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RemoveAllListeners | Removes all RenderAreaListeners. | |
RemoveListener | Removes a OIV.RemoteViz.Rendering.RenderAreaListener. | |
Resize | Resizes the renderArea at a specific size. | |
SendMessage(IListByte) | Calls SendMessage(buffer, {}). | |
SendMessage(String) | Calls SendMessage(message, {}). | |
SendMessage(IListByte, IListConnection) | Sends a binary message to the renderArea connections. | |
SendMessage(String, IListConnection) | Sends a text message to the renderArea connections. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |