GoXam for WPF v3
RectForPoint Method
Northwoods.GoXam Namespace > Spot Structure : RectForPoint Method
a Point
a Size
Given a point and the size of the desired rectangle, return the rectangle for which this spot is at that point.
Syntax
public Rect RectForPoint( 
   Point p,
   Size sz
)

Parameters

p
a Point
sz
a Size

Return Value

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

Reference

Spot Structure
Spot Members