An UserControl that can be used as a layer to show a dynamic virtual map in a SCADA display. The map is created downloading tiles from a service.
EwxLayer

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class EwxLayer : UserControl, IServiceProvider, 
	IDisposable, ICustomTypeDescriptor, IUICommandTarget, ICommandTarget, ICommandExecutorContainer, 
	IComponentConnector
Visual Basic
Public Class EwxLayer _
	Inherits UserControl _
	Implements IServiceProvider, IDisposable, ICustomTypeDescriptor, IUICommandTarget,  _
	ICommandTarget, ICommandExecutorContainer, IComponentConnector
JScript
public class EwxLayer extends UserControl implements IServiceProvider, IDisposable, ICustomTypeDescriptor, IUICommandTarget, ICommandTarget, ICommandExecutorContainer, IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Ewx..::..EwxLayer

See Also