MobileForms Toolkit Documentation

GeoArea.InflateArea Method (GeoDistance)

Inflates the geographical area by a certain distance in all directions.

public void InflateArea(
GeoDistance d
);

Parameters

d
A GeoDistance object defining the inflation for all direction - changes both latitude and longitude values.

Exceptions

Exception Type Condition
InvalidOperationException The GeoArea object does not have a valid SouthWest or NorthEast limits.

See Also

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