Serial port and GPS

BmpMapForm.setPoint Method 

Sets the point to show in the map

[Visual Basic]
Public Sub setPoint( _
   ByVal x As Double, _
   ByVal y As Double _
)
[C#]
public void setPoint(
   double x,
   double y
);

Parameters

x
the X coordinate of the point
y
the Y coordinate of the point

Remarks

If the point is within the current bound, then the method shows the point in the current map bitmap. Else the method searches for a suitable map in the map collection. If the map has been found, then it loads the map bitmap and shows the point in the new bitmap.

See Also

BmpMapForm Class | serial Namespace