'Declaration Public Overloads Function IsPointOnObject( _
ByVal pТочка в координатном пространстве этой области.As System.Windows.Point, _
ByVal pointRadiusРадиус точки.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
- Точка в координатном пространстве этой области.
- pointRadius
- Радиус точки.
Return Value
True, если точка принадлежит этому региону; в противном случае - false.