'Declaration
<ExtensionAttribute()> Public Shared Function C1TransformToVisual( _ ByVal element As UIElement, _ ByVal visual As UIElement _ ) As GeneralTransform
Parameters
- element
- The System.Windows.UIElement that defines the source coordinates.
- visual
- The System.Windows.UIElement that defines the target coordinates.
Return Value
A transform object that can be used to transform coordinates from the System.Windows.UIElement to the specified object.