MobileForms Toolkit Documentation

GeoArea.IsEnclosing Method (GeoPoint)

Inspects whether this object is enclosing the GeoPoint object.

public bool IsEnclosing(
GeoPoint p
);

Parameters

p
A GeoPoint object that is inspected whether it is inside of this area.

Return Value

true, if the GeoPoint is included inside of this GeoArea; false, if it is outside of this area.

See Also

GeoArea Class | Resco.Location Namespace | GeoArea.IsEnclosing Overload List