GoXam for WPF v3
PointInRect 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
: PointInRect Method
a
Rect
Given a rectangle, return the specific point in or near the rectangle that this spot is at.
Syntax
C#
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