C# Class ArcGISRuntime.Samples.Desktop.Pages.SnapToGeometryPage

Inheritance: System.Windows.Controls.Page
Datei anzeigen Open project: EsriJapan/arcgis-samples-dotnet

Public Methods

Method Description
SnapToGeometryPage ( ) : System

Private Methods

Method Description
ExecuteSnap ( MapPoint input, Esri snapToGeometry, SnapType type, double vertexSnapTolerance ) : SnapResult

スナップ処理を実行

Snap ( Esri mapPoint, double mapResolution ) : void

現在のマウス位置(座標値)でスナップ処理を実行

SnapModeRadioButton_Click ( object sender, RoutedEventArgs e ) : void

スナップ モードボタンクリック時のイベント ハンドラ

mapView_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

マウス移動時のイベント ハンドラ

Method Details

SnapToGeometryPage() public method

public SnapToGeometryPage ( ) : System
return System