Punkman X1 API

MainForm.RedrawMapBitmap Method (Int32, Int32)

This method redraws map cell (Updates mapBitmap field)

private void RedrawMapBitmap(
   int x,
   int y
);

Parameters

x
x position of cell in map
y
x position of cell in map

See Also

MainForm Class | PunkMan.Editor Namespace | MainForm.RedrawMapBitmap Overload List