System.Windows.Media.Visual
derives from System.Windows.DependencyObject
. Visual
provides rendering, hit testing, coordinate transformation and bounding box calculations. Visual
comes close to the concept of HWND
. Visual
connects the managed part of WPF with the unmanaged milcore (DirectX).