C# Класс SuperMap.WinRT.Mapping.Layer

${mapping_Layer_Title}

${mapping_Layer_Description}

Наследование: DependencyObject, INotifyPropertyChanged, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IDProperty DependencyProperty
IsVisibleProperty DependencyProperty
MaxVisibleResolutionProperty DependencyProperty
MaxVisibleScaleProperty DependencyProperty
MinVisibleResolutionProperty DependencyProperty
MinVisibleScaleProperty DependencyProperty
OpacityProperty DependencyProperty

Private Properties

Свойство Тип Описание
CancelLoad void
CheckBeforeDraw bool
Draw void
GetDpi double
InitContainer void
Load void
OnInitialized void
OnIsVisiblePropertyChanged void
OnOpacityPropertyChanged void
Update void

Открытые методы

Метод Описание
Dispose ( ) : void

${mapping_Layer_method_Dispose}

Initialize ( ) : void

${mapping_Layer_method_initialize_D}

Refresh ( ) : void

${mapping_Layer_method_refresh_D}

Защищенные методы

Метод Описание
Cancel ( ) : void

${mapping_Layer_method_Cancel_D}

Layer ( ) : System

${mapping_Layer_constructor_None_D}

OnFailed ( Exception e ) : void

${mapping_Layer_method_OnFailed_D}

OnLayerChanged ( ) : void

${mapping_Layer_method_param_OnLayerChanged}

OnProgress ( int progress ) : void

${mapping_Layer_method_param_OnProgress}

OnPropertyChanged ( string propertyName ) : void

${mapping_Layer_method_param_OnPropertyChanged}

Приватные методы

Метод Описание
CancelLoad ( ) : void
CheckBeforeDraw ( UpdateParameter updateParameter ) : bool
Draw ( UpdateParameter updateParameter ) : void
GetDpi ( ) : double
InitContainer ( ) : void
Load ( ) : void
OnInitialized ( EventArgs e ) : void
OnIsVisiblePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnOpacityPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
Update ( UpdateParameter updateParameter ) : void

Описание методов

Cancel() защищенный Метод

${mapping_Layer_method_Cancel_D}
protected Cancel ( ) : void
Результат void

Dispose() публичный Метод

${mapping_Layer_method_Dispose}
public Dispose ( ) : void
Результат void

Initialize() публичный Метод

${mapping_Layer_method_initialize_D}
public Initialize ( ) : void
Результат void

Layer() защищенный Метод

${mapping_Layer_constructor_None_D}
protected Layer ( ) : System
Результат System

OnFailed() защищенный Метод

${mapping_Layer_method_OnFailed_D}
protected OnFailed ( Exception e ) : void
e System.Exception
Результат void

OnLayerChanged() защищенный Метод

${mapping_Layer_method_param_OnLayerChanged}
protected OnLayerChanged ( ) : void
Результат void

OnProgress() защищенный Метод

${mapping_Layer_method_param_OnProgress}
protected OnProgress ( int progress ) : void
progress int
Результат void

OnPropertyChanged() защищенный Метод

${mapping_Layer_method_param_OnPropertyChanged}
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

Refresh() публичный Метод

${mapping_Layer_method_refresh_D}
public Refresh ( ) : void
Результат void

Описание свойств

IDProperty публичное статическое свойство

${pubilc_fields_identifies_sl} ID ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty IDProperty
Результат DependencyProperty

IsVisibleProperty публичное статическое свойство

${pubilc_fields_identifies_sl} IsVisible ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty IsVisibleProperty
Результат DependencyProperty

MaxVisibleResolutionProperty публичное статическое свойство

${pubilc_fields_identifies_sl} MaxVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MaxVisibleResolutionProperty
Результат DependencyProperty

MaxVisibleScaleProperty публичное статическое свойство

${pubilc_fields_identifies_sl} MaxVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MaxVisibleScaleProperty
Результат DependencyProperty

MinVisibleResolutionProperty публичное статическое свойство

${pubilc_fields_identifies_sl} MinVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MinVisibleResolutionProperty
Результат DependencyProperty

MinVisibleScaleProperty публичное статическое свойство

${pubilc_fields_identifies_sl} MinVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MinVisibleScaleProperty
Результат DependencyProperty

OpacityProperty публичное статическое свойство

${pubilc_fields_identifies_sl} Opacity ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty OpacityProperty
Результат DependencyProperty