C# Class SuperMap.WinRT.Mapping.Layer

${mapping_Layer_Title}

${mapping_Layer_Description}

Inheritance: DependencyObject, INotifyPropertyChanged, IDisposable
Mostrar archivo Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Properties

Property Type Description
IDProperty DependencyProperty
IsVisibleProperty DependencyProperty
MaxVisibleResolutionProperty DependencyProperty
MaxVisibleScaleProperty DependencyProperty
MinVisibleResolutionProperty DependencyProperty
MinVisibleScaleProperty DependencyProperty
OpacityProperty DependencyProperty

Private Properties

Property Type Description
CancelLoad void
CheckBeforeDraw bool
Draw void
GetDpi double
InitContainer void
Load void
OnInitialized void
OnIsVisiblePropertyChanged void
OnOpacityPropertyChanged void
Update void

Public Methods

Method Description
Dispose ( ) : void

${mapping_Layer_method_Dispose}

Initialize ( ) : void

${mapping_Layer_method_initialize_D}

Refresh ( ) : void

${mapping_Layer_method_refresh_D}

Protected Methods

Method 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

Method 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 method

${mapping_Layer_method_Cancel_D}
protected Cancel ( ) : void
return void

Dispose() public method

${mapping_Layer_method_Dispose}
public Dispose ( ) : void
return void

Initialize() public method

${mapping_Layer_method_initialize_D}
public Initialize ( ) : void
return void

Layer() protected method

${mapping_Layer_constructor_None_D}
protected Layer ( ) : System
return System

OnFailed() protected method

${mapping_Layer_method_OnFailed_D}
protected OnFailed ( Exception e ) : void
e System.Exception
return void

OnLayerChanged() protected method

${mapping_Layer_method_param_OnLayerChanged}
protected OnLayerChanged ( ) : void
return void

OnProgress() protected method

${mapping_Layer_method_param_OnProgress}
protected OnProgress ( int progress ) : void
progress int
return void

OnPropertyChanged() protected method

${mapping_Layer_method_param_OnPropertyChanged}
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Refresh() public method

${mapping_Layer_method_refresh_D}
public Refresh ( ) : void
return void

Property Details

IDProperty public_oe static_oe property

${pubilc_fields_identifies_sl} ID ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty IDProperty
return DependencyProperty

IsVisibleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} IsVisible ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty IsVisibleProperty
return DependencyProperty

MaxVisibleResolutionProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MaxVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MaxVisibleResolutionProperty
return DependencyProperty

MaxVisibleScaleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MaxVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MaxVisibleScaleProperty
return DependencyProperty

MinVisibleResolutionProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MinVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MinVisibleResolutionProperty
return DependencyProperty

MinVisibleScaleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MinVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty MinVisibleScaleProperty
return DependencyProperty

OpacityProperty public_oe static_oe property

${pubilc_fields_identifies_sl} Opacity ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty OpacityProperty
return DependencyProperty