Community of VE/MapPoint Users and Developers
This is a discussion on transparent filling? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Is there a way to make the filling of ovals or radius transparent when overlapping?...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
|
You could set the "Fill.Visible = False" but the trick might be to tell if they are overlapping! Code: Sub FillOval() Dim objApp As New MapPoint.Application Dim objMap As MapPoint.Map Dim objLoc As MapPoint.Location 'Set up application and get a Location object Set objMap = objApp.ActiveMap objApp.Visible = True objApp.UserControl = True Set objLoc = objApp.ActiveMap.GetLocation(0, 0) 'Create a shape at this location, then zoom to this location Set objMap.Location = objLoc objMap.Shapes.AddShape geoShapeOval, objLoc, 50, 30 'Use Item property to access the shape and fill it objMap.Shapes.Item(1).Fill.Visible = True End Sub
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
| |||
|
Hi John, I dont underswteand the question nor the answer. Cn you enlight ?
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| ||||
|
Hi Wilfried, If you made 2 radius on the map and the fill color was visible he was asking can you turn the fill off so you can see the roads... The overlapping is if they were on top of each other (some or all) does this make sence?
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
| |||
|
Hi John, Got it, thx
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| filling, transparent |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't manage to make pushpins invisible/ transparent..... | Rodde | MapPoint 2006/2009 Discussion | 20 | 08-26-2005 03:21 AM |
| Transparent shapes | Anonymous | MapPoint 2006/2009 Discussion | 2 | 06-01-2003 01:59 PM |
| BaloonState ... transparent? | JPeters | MapPoint 2006/2009 Discussion | 1 | 01-10-2003 06:43 AM |