C1TransformToVisual Method
In This Topic
Returns a transform object that can be used to transform coordinates from the Windows.UI.Xaml.UIElement to the specified object.
Syntax
'Declaration
Public Shared Function C1TransformToVisual( _
ByVal As Windows.UI.Xaml.UIElement, _
ByVal As Windows.UI.Xaml.UIElement _
) As Windows.UI.Xaml.Media.GeneralTransform
public static Windows.UI.Xaml.Media.GeneralTransform C1TransformToVisual(
Windows.UI.Xaml.UIElement ,
Windows.UI.Xaml.UIElement
)
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.
See Also