Serial port and GPS

MapForm Class

Form for the application map.exe showing an entered position on the map.

For a list of all members of this type, see MapForm Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     serial.FormWithInvoke
                        serial.MapForm

[Visual Basic]
Public Class MapForm
    Inherits FormWithInvoke
[C#]
public class MapForm : FormWithInvoke

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: serial

Assembly: map (in map.exe)

See Also

MapForm Members | serial Namespace