Serial port and GPS

BmpMap Constructor 

Initializes the map from the given string

[Visual Basic]
Public Sub New( _
   ByVal anInitString As String, _
   ByVal aBaseDir As String _
)
[C#]
public BmpMap(
   string anInitString,
   string aBaseDir
);

Parameters

anInitString
the initialization string
aBaseDir
base directory for bitmap files, if the name of the bitmap file in the init string is not absolute. If this parameter is null or empty, then the directory of the executable is used instead.

Remarks

See the description of this class for the valid format of the initialization string. Creates an unusable map with zero coordinates for invalid initialization strings.

See Also

BmpMap Class | serial Namespace