C# 클래스 ESRI.ArcGIS.Client.Toolkit.MagnifyingGlass

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LayerProperty System.Windows.DependencyProperty
MapProperty System.Windows.DependencyProperty
ZoomFactorProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size

Provides the behavior for the "Arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.

비공개 메소드들

메소드 설명
ApplyTranslationTransform ( double x, double y ) : void
Layers_LayersInitialized ( object sender, EventArgs args ) : void
MagnifyBox_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MagnifyBox_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MagnifyBox_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
MagnifyingGlass ( ) : System

Static initialization for the MagnifyingGlass control.

OnLayerPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMapPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnZoomFactorPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetMagnifyResolution ( ) : void
UpdateMagnifyMapCenter ( ) : void
map_ExtentChanged ( object sender, ExtentEventArgs e ) : void
map_ExtentChanging ( object sender, ExtentEventArgs e ) : void
map_RotationChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

Provides the behavior for the "Arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size The final area within the parent that /// this object should use to arrange itself and its children.
리턴 System.Windows.Size

OnApplyTemplate() 공개 메소드

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate.
public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

LayerProperty 공개적으로 정적으로 프로퍼티

Identifies the Layer dependency property.
public static DependencyProperty,System.Windows LayerProperty
리턴 System.Windows.DependencyProperty

MapProperty 공개적으로 정적으로 프로퍼티

Identifies the Map dependency property.
public static DependencyProperty,System.Windows MapProperty
리턴 System.Windows.DependencyProperty

ZoomFactorProperty 공개적으로 정적으로 프로퍼티

Identifies the ZoomFactor dependency property.
public static DependencyProperty,System.Windows ZoomFactorProperty
리턴 System.Windows.DependencyProperty