[]
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)
| 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. |