Share via


MapControl.IsLocationInView(Geopoint, Boolean) Method

Definition

Determines whether the specified geographic ___location is located in the portion of the map currently visible in the MapControl.

public:
 virtual void IsLocationInView(Geopoint ^ ___location, [Out] bool & isInView) = IsLocationInView;
void IsLocationInView(Geopoint const& ___location, [Out] bool & isInView);
public void IsLocationInView(Geopoint ___location, out bool isInView);
Public Sub IsLocationInView (___location As Geopoint, ByRef isInView As Boolean)

Parameters

___location
Geopoint

A geographic ___location.

isInView
Boolean

bool

When this method returns, contains true if the specified geographic ___location is located in the portion of the map currently visible in the MapControl; otherwise, contains false.

Applies to

See also