GoXam for WPF v3
PointInRect Method
Northwoods.GoXam Namespace > Spot Structure : PointInRect Method
a Rect
Given a rectangle, return the specific point in or near the rectangle that this spot is at.
Syntax
public Point PointInRect( 
   Rect r
)

Parameters

r
a Rect

Return Value

a Point
Remarks
The result is meaningless if IsNoSpot is true.
See Also

Reference

Spot Structure
Spot Members