Initializes an empty form
[Visual Basic]
Public Sub New( _
ByVal
mapsfilename As
String _
)
[C#]
public BmpMapForm(
string mapsfilename);
Parameters
-
mapsfilename
- Name of the file with map definitions, according to BmpMaps.
See Also
BmpMapForm Class | serial Namespace | BmpMaps