Click or drag to resize
UIElementTransformToVisual Method
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public GeneralTransform TransformToVisual(
	UIElement visual
)

Parameters

visual
Type: Windows.UI.XamlUIElement
The object to compare to the current object for purposes of obtaining the transform.

Return Value

Type: GeneralTransform
The transform information as an object. Call methods on this object to get a practical transform.
See Also