Click or drag to resize
RenderArea Methods

The RenderArea type exposes the following members.

Methods
  NameDescription
Public methodAddListener

Adds a OIV.RemoteViz.Rendering.RenderAreaListener to manage the renderArea.

Public methodCloseConnectionsAndDispose

Closes all connections of the renderArea and disposes it.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetConnection(String)

Gets an existing OIV.RemoteViz.Rendering.Connection to the renderArea.

Public methodGetConnection(UInt32)

Gets an existing OIV.RemoteViz.Rendering.Connection to the renderArea.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveAllListeners

Removes all RenderAreaListeners.

Public methodRemoveListener
Public methodResize

Resizes the renderArea at a specific size.

Public methodSendMessage(IListByte)
Calls SendMessage(buffer, {}).
Public methodSendMessage(String)
Calls SendMessage(message, {}).
Public methodSendMessage(IListByte, IListConnection)

Sends a binary message to the renderArea connections.

Public methodSendMessage(String, IListConnection)

Sends a text message to the renderArea connections.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also