Click or drag to resize
RenderAreaSource Methods

The RenderAreaSource type exposes the following members.

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
See Also