'Declaration Public Overloads Function IsPointOnObject( _
ByVal pPoint in coordinate space of this region.As System.Windows.Point, _
ByVal pointRadiusPoint radius.As Double _
) As Boolean
public bool IsPointOnObject(
System.Windows.Point p,
double pointRadius
)
public: bool IsPointOnObject(
System.Windows.Point p,
double pointRadius
)
public:
bool IsPointOnObject(
System.Windows.Point p,
double pointRadius
)
Parameters
- p
- Point in coordinate space of this region.
- pointRadius
- Point radius.
Return Value
True if point belongs this region; otherwise, false.