[]
Returns a transform object that can be used to transform coordinates from the UIElement to the specified object.
public static GeneralTransform C1TransformToVisual(this UIElement element, UIElement visual)
Public Shared Function C1TransformToVisual(element As UIElement, visual As UIElement) As GeneralTransform
| Type | Name | Description |
|---|---|---|
| UIElement | element | The UIElement that defines the source coordinates. |
| UIElement | visual | The UIElement that defines the target coordinates. |
| Type | Description |
|---|---|
| GeneralTransform | A transform object that can be used to transform coordinates from the UIElement to the specified object. |