C# Class Microsoft.DwayneNeed.Controls.VisualTargetPresentationSource

The VisualTargetPresentationSource represents the root of a visual subtree owned by a different thread that the visual tree in which is is displayed.
A HostVisual belongs to the same UI thread that owns the visual tree in which it resides. A HostVisual can reference a VisualTarget owned by another thread. A VisualTarget has a root visual. VisualTargetPresentationSource wraps the VisualTarget and enables basic functionality like Loaded, which depends on a PresentationSource being available.
Inheritance: System.Windows.PresentationSource
Afficher le fichier Open project: cplotts/WPFSLBlendModeFx

Méthodes publiques

Méthode Description
VisualTargetPresentationSource ( System.Windows.Media.HostVisual hostVisual ) : System

Méthodes protégées

Méthode Description
GetCompositionTargetCore ( ) : CompositionTarget

Method Details

GetCompositionTargetCore() protected méthode

protected GetCompositionTargetCore ( ) : CompositionTarget
Résultat System.Windows.Media.CompositionTarget

VisualTargetPresentationSource() public méthode

public VisualTargetPresentationSource ( System.Windows.Media.HostVisual hostVisual ) : System
hostVisual System.Windows.Media.HostVisual
Résultat System