C# Класс 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.
Наследование: System.Windows.PresentationSource
Показать файл Открыть проект

Открытые методы

Метод Описание
VisualTargetPresentationSource ( System.Windows.Media.HostVisual hostVisual ) : System

Защищенные методы

Метод Описание
GetCompositionTargetCore ( ) : CompositionTarget

Описание методов

GetCompositionTargetCore() защищенный Метод

protected GetCompositionTargetCore ( ) : CompositionTarget
Результат System.Windows.Media.CompositionTarget

VisualTargetPresentationSource() публичный Метод

public VisualTargetPresentationSource ( System.Windows.Media.HostVisual hostVisual ) : System
hostVisual System.Windows.Media.HostVisual
Результат System