GoXam for WPF v3
GetElementPoint Method
Northwoods.GoXam Namespace > Part Class : GetElementPoint Method
a FrameworkElement within this part
a Spot; if the spot Spot.IsNoSpot assume Spot.Center instead.
Compute the point in model coordinates of a spot in a FrameworkElement that is within the visual tree of this part.
Syntax
public Point GetElementPoint( 
   FrameworkElement elt,
   Spot spot
)

Parameters

elt
a FrameworkElement within this part
spot
a Spot; if the spot Spot.IsNoSpot assume Spot.Center instead.

Return Value

a Point in model coordinates, taking any transforms into account; if the part has not yet been positioned, the (X,Y) position will be (NaN, NaN).
See Also

Reference

Part Class
Part Members
GetRelativeElementPoint Method
GetElementBounds Method