Serial port and GPS

BndBmpForm.setPoint Method 

Sets the point to show in the map

[Visual Basic]
Public Sub setPoint( _
   ByVal point As MapPoint _
)
[C#]
public void setPoint(
   MapPoint point
);

Parameters

point
the point to show

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

BndBmpForm Class | serial Namespace