Gets the center point of a visual relative to another visual.
public static Point? GetCenterRelativeTo(this Visual visual, Visual relativeTo)
The visual to get the center for.
The visual to get the center relative to.