MapImage Changelog

What's new in MapImage 1.1

Jul 15, 2009
  • procedure OffsetMap ( Index , dX , dY : Integer ) : modifies the index'st region 's position by dx and dy
  • function GetMapAtCursorPos : Integer : returns the map under the current cursor position ( -1, if none )
  • function GetDescription ( Index : Integer ) : string : e.g. if a map-entry is "c,0,30,100,this here", then this function returns "this here"
  • procedure SetDescription ( Index : Integer ; Value : string ) : sets a new description for the index'st region
  • now TMapImage can also handle elliptic, not only circle regions