Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
Namespace:
System.Windows
Assembly:
System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Function TransformToVisual ( _
visual As UIElement _
) As GeneralTransform
Dim instance As UIElement
Dim visual As UIElement
Dim returnValue As GeneralTransform
returnValue = instance.TransformToVisual(visual)
public GeneralTransform TransformToVisual(
UIElement visual
)
In WPF, this method exists on the Visual class. Silverlight does not use Visual in its public object model. Silverlight implements several Visual-related APIs on the UIElement class instead.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference
Other Resources