Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
'Usage Dim instance As UIElement Dim visual As UIElement Dim returnValue As GeneralTransform returnValue = instance.TransformToVisual(visual) 'Declaration Public Function TransformToVisual ( _ visual As UIElement _ ) As GeneralTransform
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.