Click or drag to resize
RenderAreaExaminer Methods

The RenderAreaExaminer type exposes the following members.

Methods
  NameDescription
Public methodAddHandler(RoutedEvent, Delegate) (Inherited from UIElement.)
Public methodAddHandler(RoutedEvent, Delegate, Boolean) (Inherited from UIElement.)
Public methodAddToEventRoute (Inherited from UIElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock) (Inherited from UIElement.)
Public methodApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) (Inherited from UIElement.)
Public methodApplyTemplate (Inherited from FrameworkElement.)
Public methodArrange (Inherited from UIElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline) (Inherited from UIElement.)
Public methodBeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) (Inherited from UIElement.)
Public methodBeginInit (Inherited from FrameworkElement.)
Public methodBeginStoryboard(Storyboard) (Inherited from FrameworkElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior) (Inherited from FrameworkElement.)
Public methodBeginStoryboard(Storyboard, HandoffBehavior, Boolean) (Inherited from FrameworkElement.)
Public methodBringIntoView (Inherited from FrameworkElement.)
Public methodBringIntoView(Rect) (Inherited from FrameworkElement.)
Public methodCaptureMouse (Inherited from UIElement.)
Public methodCaptureStylus (Inherited from UIElement.)
Public methodCaptureTouch (Inherited from UIElement.)
Public methodCheckAccess (Inherited from DispatcherObject.)
Public methodClearValue(DependencyProperty) (Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Public methodCoerceValue (Inherited from DependencyObject.)
Public methodEndInit (Inherited from FrameworkElement.)
Public methodEquals (Inherited from DependencyObject.)
Public methodFindCommonVisualAncestor (Inherited from Visual.)
Public methodFindName (Inherited from FrameworkElement.)
Public methodFindResource (Inherited from FrameworkElement.)
Public methodFocus (Inherited from UIElement.)
Public methodGetAnimationBaseValue (Inherited from UIElement.)
Public methodGetAntialiasingMode
Gets the antialiasing mode.
(Inherited from RenderArea.)
Public methodGetAntialiasingQuality
Gets the antialiasing quality value.
(Inherited from RenderArea.)
Public methodGetBindingExpression (Inherited from FrameworkElement.)
Public methodGetClearColor
Get the RGBA value used when the color buffer is cleared.
(Inherited from RenderArea.)
Public methodGetClearDepth
Get the depth value used when the depth buffer is cleared.
(Inherited from RenderArea.)
Public methodGetClearPolicy
Get the color buffer and depth buffer clear policy.
(Inherited from RenderArea.)
Public methodGetGLRenderAction
Get the render action used for rendering.
(Inherited from RenderArea.)
Public methodGetHashCode (Inherited from DependencyObject.)
Public methodGetInteractiveMode Obsolete.
Gets the current interactive mode.
(Inherited from RenderAreaInteractive.)
Public methodGetLocalValueEnumerator (Inherited from DependencyObject.)
Public methodGetSceneGraph
Get the scene graph displayed.
(Inherited from RenderArea.)
Public methodGetSize
Get the size to use for rendering.
(Inherited from RenderArea.)
Public methodGetStillSuperSamplingDelay
Gets delay for supersampling when "still" (not interacting).
(Inherited from RenderArea.)
Public methodGetStillSuperSamplingQuality
Gets quality for supersampling when "still" (not interacting).
(Inherited from RenderArea.)
Public methodGetType (Inherited from Object.)
Public methodGetValue (Inherited from DependencyObject.)
Public methodInputHitTest (Inherited from UIElement.)
Public methodInvalidateArrange (Inherited from UIElement.)
Public methodInvalidateMeasure (Inherited from UIElement.)
Public methodInvalidateProperty (Inherited from DependencyObject.)
Public methodInvalidateVisual (Inherited from UIElement.)
Public methodIsAncestorOf (Inherited from Visual.)
Public methodIsDescendantOf (Inherited from Visual.)
Public methodMeasure (Inherited from UIElement.)
Public methodMoveFocus (Inherited from FrameworkElement.)
Public methodOnApplyTemplate (Inherited from FrameworkElement.)
Public methodPointFromScreen (Inherited from Visual.)
Public methodPointToScreen (Inherited from Visual.)
Public methodPredictFocus (Inherited from FrameworkElement.)
Public methodProcessEvent
Propragate a single inventor event.
(Inherited from RenderAreaInteractive.)
Public methodProcessEvents
Propragate a list of inventor events.
(Inherited from RenderAreaInteractive.)
Public methodRaiseEvent (Inherited from UIElement.)
Public methodReadLocalValue (Inherited from DependencyObject.)
Public methodRegisterName (Inherited from FrameworkElement.)
Public methodReleaseAllTouchCaptures (Inherited from UIElement.)
Public methodReleaseMouseCapture (Inherited from UIElement.)
Public methodReleaseStylusCapture (Inherited from UIElement.)
Public methodReleaseTouchCapture (Inherited from UIElement.)
Public methodRemoveHandler (Inherited from UIElement.)
Public methodRender
Render the managed scene graph (see setSceneGraph).
(Inherited from RenderArea.)
Public methodSetAntialiasingMode
Sets the antialiasing mode.
(Inherited from RenderArea.)
Public methodSetAntialiasingQuality
Sets the antialiasing quality value.
(Inherited from RenderArea.)
Public methodSetBinding(DependencyProperty, BindingBase) (Inherited from FrameworkElement.)
Public methodSetBinding(DependencyProperty, String) (Inherited from FrameworkElement.)
Public methodSetClearColor
Defines the RGBA value used when the color buffer is cleared.
(Inherited from RenderArea.)
Public methodSetClearDepth
Defines the depth value used when the depth buffer is cleared.
(Inherited from RenderArea.)
Public methodSetClearPolicy
Defines the color buffer and depth buffer clear policy.
(Inherited from RenderArea.)
Public methodSetCurrentValue (Inherited from DependencyObject.)
Public methodSetGLRenderAction
Defines the render action used for rendering.
(Inherited from RenderArea.)
Public methodSetInteractiveMode Obsolete.
Defines the current interactive mode.
(Inherited from RenderAreaInteractive.)
Public methodSetResourceReference (Inherited from FrameworkElement.)
Public methodSetSceneGraph (Inherited from RenderAreaInteractive.)
Public methodSetSize
Defines the size to use for rendering.
(Inherited from RenderArea.)
Public methodSetStillSuperSamplingDelay
Sets delay for supersampling when "still" (not interacting).
(Inherited from RenderArea.)
Public methodSetStillSuperSamplingQuality
Sets quality for supersampling when "still" (not interacting).
(Inherited from RenderArea.)
Public methodSetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
Public methodShouldSerializeCommandBindings (Inherited from UIElement.)
Public methodShouldSerializeInputBindings (Inherited from UIElement.)
Public methodShouldSerializeResources (Inherited from FrameworkElement.)
Public methodShouldSerializeStyle (Inherited from FrameworkElement.)
Public methodShouldSerializeTriggers (Inherited from FrameworkElement.)
Public methodToString (Inherited from Object.)
Public methodTransformToAncestor(Visual) (Inherited from Visual.)
Public methodTransformToAncestor(Visual3D) (Inherited from Visual.)
Public methodTransformToDescendant (Inherited from Visual.)
Public methodTransformToVisual (Inherited from Visual.)
Public methodTranslatePoint (Inherited from UIElement.)
Public methodTryFindResource (Inherited from FrameworkElement.)
Public methodUnregisterName (Inherited from FrameworkElement.)
Public methodUpdateLayout (Inherited from UIElement.)
Public methodVerifyAccess (Inherited from DispatcherObject.)
Public methodViewAll (Inherited from RenderAreaInteractive.)
Public methodViewAll(SbViewportRegion) (Inherited from RenderAreaInteractive.)
Public methodViewAxis (Inherited from RenderAreaInteractive.)
Top
See Also