[Gambas-devel-svn] SF.net SVN: gambas:[5649] gambas/trunk/comp/src/gb.map
Brought to you by:
gambas
From: <ga...@us...> - 2013-05-09 20:12:31
|
Revision: 5649 http://sourceforge.net/p/gambas/code/5649 Author: gambix Date: 2013-05-09 20:12:24 +0000 (Thu, 09 May 2013) Log Message: ----------- [GB.MAP] * NEW: a new function Grab allow to get an image of a given zone at the given size and at the better zoom level. ex: PictureBox1.Picture = $Map.Grab($Map!MyShape!zone1.Bounds, PictureBox1.Width, PictureBox1.Height, 0).Picture * NEW: Map Class have an event Draw() * NEW: Map have a property Loading that allow to control if the layers have finished to get theire datas * NEW: I've replaced the _ShapeItem box (RectF) by Bounds (MapBounds) Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/Types/MapBounds.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Tests/Form1.class gambas/trunk/comp/src/gb.map/.src/Tests/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |