Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / C1MultiScaleImage Class
Members

In This Topic
    C1MultiScaleImage Class
    In This Topic
    This object enables users to open a multi-resolution image which can be zoomed in on and panned across.
    Object Model
    C1MultiScaleImage ClassMultiScaleTileSource Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Canvas)>
    <TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Canvas)>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1MultiScaleImage 
       Inherits System.Windows.Controls.Control
    [C1Control()]
    [C1TemplatePart(Name="Root", Type=System.Windows.Controls.Canvas)]
    [TemplatePart(Name="Root", Type=System.Windows.Controls.Canvas)]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1MultiScaleImage : System.Windows.Controls.Control 
    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
                         C1.WPF.Maps.C1MultiScaleImage

    See Also