Click or drag to resize
RenderAreaSource Class
An ImageSource that displays a user-created Open Inventor scenegraph.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.WindowsFreezable
        System.Windows.Media.AnimationAnimatable
          System.Windows.MediaImageSource
            System.Windows.InteropD3DImage
              OIV.Inventor.ViewerComponents.Wpf.RenderAreasRenderAreaSource

Namespace: OIV.Inventor.ViewerComponents.Wpf.RenderAreas
Assembly: OIV.Inventor.ViewerComponents.Wpf (in OIV.Inventor.ViewerComponents.Wpf.dll) Version: 2025.2.2.Release.09005565176de878d23a36e7c4b154675f788e56
Syntax
public class RenderAreaSource : D3DImage, 
	IDisposable, SiRenderArea, SiRenderAreaInteractive, SiRenderAreaAntialiasing, SiRenderAreaStillSuperSampling

The RenderAreaSource type exposes the following members.

Constructors
  NameDescription
Public methodRenderAreaSource
Create a new instance of the RenderAreaSource class.
Top
Methods
  NameDescription
Public methodAddDirtyRect (Inherited from D3DImage.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock) (Inherited from Animatable.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) (Inherited from Animatable.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline) (Inherited from Animatable.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) (Inherited from Animatable.)
Public methodCheckAccess (Inherited from DispatcherObject.)
Public methodClearValue(DependencyProperty) (Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Public methodClone (Inherited from D3DImage.)
Public methodCloneCurrentValue (Inherited from D3DImage.)
Public methodCoerceValue (Inherited from DependencyObject.)
Public methodDispose
Public methodEquals (Inherited from DependencyObject.)
Public methodFreeze (Inherited from Freezable.)
Public methodGetAnimationBaseValue (Inherited from Animatable.)
Public methodGetAntialiasingMode
Gets the antialiasing mode.
Public methodGetAntialiasingQuality
Gets the antialiasing quality value.
Public methodGetAsFrozen (Inherited from Freezable.)
Public methodGetClearColor
Get the RGBA value used when the color buffer is cleared.
Public methodGetClearDepth
Get the depth value used when the depth buffer is cleared.
Public methodGetClearPolicy
Get the color buffer and depth buffer clear policy.
Public methodGetCurrentValueAsFrozen (Inherited from Freezable.)
Public methodGetGLRenderAction
Get the render action used for rendering.
Public methodGetHashCode (Inherited from DependencyObject.)
Public methodGetInteractiveMode Obsolete.
Gets the current interactive mode.
Public methodGetLocalValueEnumerator (Inherited from DependencyObject.)
Public methodGetSceneGraph
Get the scene graph displayed.
Public methodGetSceneManager
Get the scene manager.
Public methodGetSize
Get the size to use for rendering.
Public methodGetStillSuperSamplingDelay
Gets delay for supersampling when "still" (not interacting).
Public methodGetStillSuperSamplingQuality
Gets quality for supersampling when "still" (not interacting).
Public methodGetType (Inherited from Object.)
Public methodGetValue (Inherited from DependencyObject.)
Public methodInvalidateProperty (Inherited from DependencyObject.)
Public methodLock (Inherited from D3DImage.)
Public methodProcessEvent
Propragate a single inventor event to the SoRenderAreaCore owned by the instance.
Public methodProcessEvents
Propragate a list of inventor events to the SoRenderAreaCore owned by the instance.
Public methodReadLocalValue (Inherited from DependencyObject.)
Public methodRender
Render the managed scene graph (see setSceneGraph).
Public methodResize
Resize the image source to the desired size.
Public methodSetAntialiasingMode
Sets the antialiasing mode.
Public methodSetAntialiasingQuality
Sets the antialiasing quality value.
Public methodSetBackBuffer (Inherited from D3DImage.)
Public methodSetClearColor
Defines the RGBA value used when the color buffer is cleared.
Public methodSetClearDepth
Defines the depth value used when the depth buffer is cleared.
Public methodSetClearPolicy
Defines the color buffer and depth buffer clear policy.
Public methodSetCurrentValue (Inherited from DependencyObject.)
Public methodSetGLRenderAction
Defines the render action used for rendering.
Public methodSetInteractiveMode Obsolete.
Defines the current interactive mode.
Public methodSetSceneGraph
Set the scenegraph to be displayed.
Public methodSetSize
Defines the size to use for rendering.
Public methodSetStillSuperSamplingDelay
Sets delay for supersampling when "still" (not interacting).
Public methodSetStillSuperSamplingQuality
Sets quality for supersampling when "still" (not interacting).
Public methodSetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
Public methodToString (Inherited from ImageSource.)
Public methodToString(IFormatProvider) (Inherited from ImageSource.)
Public methodTryLock (Inherited from D3DImage.)
Public methodUnlock (Inherited from D3DImage.)
Public methodVerifyAccess (Inherited from DispatcherObject.)
Top
Fields
  NameDescription
Public fieldStatic memberLastRenderStatusProperty
The last render status of the image source.
Public fieldStatic memberPixelHeightProperty
The height (in pixel) of the RenderAreaSource.
Public fieldStatic memberPixelWidthProperty
The width (in pixel) of the RenderAreaSource.
Top
Properties
  NameDescription
Public propertyCanFreeze (Inherited from Freezable.)
Public propertyDependencyObjectType (Inherited from DependencyObject.)
Public propertyDispatcher (Inherited from DispatcherObject.)
Public propertyHasAnimatedProperties (Inherited from Animatable.)
Public propertyHeight (Inherited from D3DImage.)
Public propertyIsFrontBufferAvailable (Inherited from D3DImage.)
Public propertyIsFrozen (Inherited from Freezable.)
Public propertyIsSealed (Inherited from DependencyObject.)
Public propertyLastRenderStatus
Gets the render status of the last render.
Public propertyMetadata (Inherited from D3DImage.)
Public propertyPixelHeight
Gets or sets the height of the RenderAreaSource, in pixels.
Public propertyPixelWidth
Gets or sets the width of the RenderAreaSource, in pixels.
Public propertyWidth (Inherited from D3DImage.)
Top
Events
  NameDescription
Public eventChanged (Inherited from Freezable.)
Public eventIsFrontBufferAvailableChanged (Inherited from D3DImage.)
Public eventPostRender
Event raised after the render occurs.
Public eventPreRender
Event raised before the render occurs.
Public eventStartRender
Event raised when a new render starts.
Top
Remarks
Caution note Caution
To users of Visual Studio: the Visual Studio designer cannot load components defined in x64 assemblies. Since the assembly containing this type is not targeted AnyCPU, you can only use an assembly which targets x86 to load this component into the designer.
Caution note Caution
To users of Visual Studio: in order for the RenderAreaSource component to be correctly loaded into the designer, you must run Visual Studio with the PATH environment variable including the %OIVNETHOME%\assemblies\%OIVARCH% directory (the OIVARCH must be the same as the referenced assemblies) in order for designer process (XDesProc.exe) to find native dependencies of referenced assemblies. The design time working directory differs from the execution time working directory and the designer process ignores the linked resources while copying the referenced assemblies to the new output directory.
See Also