C# Class SuperMap.WinRT.Mapping.Layer

${mapping_Layer_Title}

${mapping_Layer_Description}

Inheritance: DependencyObject, INotifyPropertyChanged, IDisposable
Afficher le fichier Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Méthodes publiques

Свойство Type Description
IDProperty DependencyProperty
IsVisibleProperty DependencyProperty
MaxVisibleResolutionProperty DependencyProperty
MaxVisibleScaleProperty DependencyProperty
MinVisibleResolutionProperty DependencyProperty
MinVisibleScaleProperty DependencyProperty
OpacityProperty DependencyProperty

Private Properties

Свойство Type Description
CancelLoad void
CheckBeforeDraw bool
Draw void
GetDpi double
InitContainer void
Load void
OnInitialized void
OnIsVisiblePropertyChanged void
OnOpacityPropertyChanged void
Update void

Méthodes publiques

Méthode Description
Dispose ( ) : void

${mapping_Layer_method_Dispose}

Initialize ( ) : void

${mapping_Layer_method_initialize_D}

Refresh ( ) : void

${mapping_Layer_method_refresh_D}

Méthodes protégées

Méthode Description
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}

Private Methods

Méthode Description
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

Method Details

Cancel() protected méthode

${mapping_Layer_method_Cancel_D}
protected Cancel ( ) : void
Résultat void

Dispose() public méthode

${mapping_Layer_method_Dispose}
public Dispose ( ) : void
Résultat void

Initialize() public méthode

${mapping_Layer_method_initialize_D}
public Initialize ( ) : void
Résultat void

Layer() protected méthode

${mapping_Layer_constructor_None_D}
protected Layer ( ) : System
Résultat System

OnFailed() protected méthode

${mapping_Layer_method_OnFailed_D}
protected OnFailed ( Exception e ) : void
e System.Exception
Résultat void

OnLayerChanged() protected méthode

${mapping_Layer_method_param_OnLayerChanged}
protected OnLayerChanged ( ) : void
Résultat void

OnProgress() protected méthode

${mapping_Layer_method_param_OnProgress}
protected OnProgress ( int progress ) : void
progress int
Résultat void

OnPropertyChanged() protected méthode

${mapping_Layer_method_param_OnPropertyChanged}
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Refresh() public méthode

${mapping_Layer_method_refresh_D}
public Refresh ( ) : void
Résultat void

Property Details

IDProperty public_oe static_oe property

${pubilc_fields_identifies_sl} ID ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty IDProperty
Résultat DependencyProperty

IsVisibleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} IsVisible ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty IsVisibleProperty
Résultat DependencyProperty

MaxVisibleResolutionProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MaxVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MaxVisibleResolutionProperty
Résultat DependencyProperty

MaxVisibleScaleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MaxVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MaxVisibleScaleProperty
Résultat DependencyProperty

MinVisibleResolutionProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MinVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MinVisibleResolutionProperty
Résultat DependencyProperty

MinVisibleScaleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MinVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MinVisibleScaleProperty
Résultat DependencyProperty

OpacityProperty public_oe static_oe property

${pubilc_fields_identifies_sl} Opacity ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty OpacityProperty
Résultat DependencyProperty