VisualTarget Sınıf
Tanım
Bir görsel ağacı iş parçacığı sınırları genelinde başka bir görsel ağaca bağlamak için işlevsellik sağlar.Provides functionality for connecting one visual tree to another visual tree across thread boundaries.
public ref class VisualTarget : System::Windows::Media::CompositionTarget
public class VisualTarget : System.Windows.Media.CompositionTarget
type VisualTarget = class
inherit CompositionTarget
Public Class VisualTarget
Inherits CompositionTarget
- Devralma
Oluşturucular
VisualTarget(HostVisual) |
Yeni bir oluşturan Oluşturucu VisualTarget .Constructor that creates a new VisualTarget. |
Özellikler
Dispatcher |
Dispatcher DispatcherObject İle ilişkili olduğunu alır.Gets the Dispatcher this DispatcherObject is associated with. (Devralındığı yer: DispatcherObject) |
RootVisual |
Kök görselini alır veya ayarlar CompositionTarget .Gets or sets the root visual of the CompositionTarget. (Devralındığı yer: CompositionTarget) |
TransformFromDevice |
İşleme hedef cihazından koordinatları dönüştürmek için kullanılabilen bir matrisi döndürür VisualTarget .Returns a matrix that can be used to transform coordinates from the rendering destination device to the VisualTarget. |
TransformToDevice |
Öğesinden işleme hedef cihazına koordinatları dönüştürmek için kullanılabilen bir matrisi döndürür VisualTarget .Returns a matrix that can be used to transform coordinates from the VisualTarget to the rendering destination device. |
Yöntemler
CheckAccess() |
Çağıran iş parçacığının bu öğesine erişip erişemeyeceğini belirler DispatcherObject .Determines whether the calling thread has access to this DispatcherObject. (Devralındığı yer: DispatcherObject) |
Dispose() |
İle ilişkili durumu temizler HwndTarget .Cleans up the state associated with the HwndTarget. |
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |
VerifyAccess() |
Çağıran iş parçacığının buna erişimi olmasını zorlar DispatcherObject .Enforces that the calling thread has access to this DispatcherObject. (Devralındığı yer: DispatcherObject) |