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