GoXam for WPF v3
RectForPoint Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
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
C#
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