Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
WpfDesktopEdition, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null
namespace ThinkGeo.MapSuite.WpfDesktopEdition {
public class DrawingAttributionOverlayEventArgs : EventArgs {
public DrawingAttributionOverlayEventArgs();
public DrawingAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);
public Boolean Cancel { get; set; }
public GeoCanvas Canvas { get; set; }
public String Attribution { get; set; }
}
public class DrawnAttributionOverlayEventArgs : EventArgs {
public DrawnAttributionOverlayEventArgs();
public DrawnAttributionOverlayEventArgs(GeoCanvas canvas, String attribution);
public GeoCanvas Canvas { get; set; }
public String Attribution { get; set; }
}
[[SerializableAttribute]]
public abstract class Overlay : IDisposable {
public String Attribution { get; set; }
public event EventHandler<DrawingAttributionOverlayEventArgs> DrawingAttribution;
public event EventHandler<DrawnAttributionOverlayEventArgs> DrawnAttribution;
protected virtual void DrawAttributionCore(GeoCanvas canvas);
protected virtual void OnDrawingAttribution(DrawingAttributionOverlayEventArgs args);
protected virtual void OnDrawnAttribution(DrawnAttributionOverlayEventArgs args);
}
[[SerializableAttribute]]
public class TileTypeChangedTileOverlayEventArgs : EventArgs {
public TileTypeChangedTileOverlayEventArgs();
public TileType NewTileType { get; set; }
public TileType OldTileType { get; set; }
}
[[SerializableAttribute]]
public class WorldMapKitWmsWpfOverlay : TileOverlay {
public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType);
public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType, WebProxy webProxy);
public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType, String clientId, String privateKey);
public WorldMapKitWmsWpfOverlay(WorldMapKitLayerType layerType, WebProxy webProxy, String clientId, String privateKey);
public WorldMapKitLayerType LayerType { get; set; }
}
}
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.