Click or drag to resize
SoWpfRenderAreaCore Methods

The SoWpfRenderAreaCore type exposes the following members.

Methods
  NameDescription
Public methodActivateStereo

Activate (or deactivate) stereo rendering with specified parameters (see setStereoParameters).

(Inherited from SoRenderAreaCore.)
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAntialiasingMode
(Inherited from SoRenderAreaCore.)
Public methodGetAntialiasingQuality
(Inherited from SoRenderAreaCore.)
Public methodGetClearColor
(Inherited from SoRenderAreaCore.)
Public methodGetClearDepth
(Inherited from SoRenderAreaCore.)
Public methodGetClearPolicy
(Inherited from SoRenderAreaCore.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetInteractiveMode
(Inherited from SoRenderAreaCore.)
Public methodGetSceneGraph

Gets the scene graph which is managed here.

(Inherited from SoRenderAreaCore.)
Public methodGetSceneManager
(Inherited from SoRenderAreaCore.)
Public methodGetSize
(Inherited from SoRenderAreaCore.)
Public methodGetStereoParameters
(Inherited from SoRenderAreaCore.)
Public methodGetStillSuperSamplingDelay
(Inherited from SoRenderAreaCore.)
Public methodGetStillSuperSamplingQuality
(Inherited from SoRenderAreaCore.)
Public methodGetTransparencyType
(Inherited from SoRenderAreaCore.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsStereoActivated
(Inherited from SoRenderAreaCore.)
Public methodProcessEvent

Processes the passed event by applying an SoHandleEventAction to the scene graph managed here.

(Inherited from SoRenderAreaCore.)
Public methodProcessEvents(Queue) Obsolete.

Processes the passed event by applying an SoHandleEventAction to the scene graph managed here.

(Inherited from SoRenderAreaCore.)
Public methodProcessEvents(ListSoEvent)

Processes the passed event by applying an SoHandleEventAction to the scene graph managed here.

(Inherited from SoRenderAreaCore.)
Public methodRender

Applies an SoGLRenderAction to the scene graph managed here.

(Inherited from SoRenderAreaCore.)
Public methodSetAntialiasingMode

Define the antialiasing mode.

(Inherited from SoRenderAreaCore.)
Public methodSetAntialiasingQuality

Define the antialiasing quality value.

(Inherited from SoRenderAreaCore.)
Public methodSetClearColor

Defines the RGBA value used when the color buffer is cleared.

(Inherited from SoRenderAreaCore.)
Public methodSetClearDepth

Defines the depth value used when the depth buffer is cleared.

(Inherited from SoRenderAreaCore.)
Public methodSetClearPolicy

Defines the color buffer and depth buffer clear policy.

(Inherited from SoRenderAreaCore.)
Public methodSetInteractiveMode

Set the current interactive mode.

(Inherited from SoRenderAreaCore.)
Public methodSetSceneGraph

Sets the scene graph which is managed here.

(Inherited from SoRenderAreaCore.)
Public methodSetSize

Defines the size to use for rendering.

(Inherited from SoRenderAreaCore.)
Public methodSetStereoParameters

Defines the stereo parameters.

(Inherited from SoRenderAreaCore.)
Public methodSetStillSuperSamplingDelay

Set delay for supersampling when "still" (not interacting).

(Inherited from SoRenderAreaCore.)
Public methodSetStillSuperSamplingQuality

Set quality for supersampling when "still" (not interacting).

(Inherited from SoRenderAreaCore.)
Public methodSetTransparencyType

Sets the algorithm for rendering transparent objects.

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