C# 클래스 AzureMapsControl.Components.Drawing.DrawingMode

파일 보기 프로젝트 열기: arnaudleclerc/AzureMapsControl.Components

공개 프로퍼티들

프로퍼티 타입 설명
DrawCircle DrawingMode
DrawLine DrawingMode
DrawPoint DrawingMode
DrawPolygon DrawingMode
DrawRectangle DrawingMode
EditGeometry DrawingMode
Idle DrawingMode

비공개 메소드들

메소드 설명
DrawingMode ( string mode ) : System.Diagnostics.CodeAnalysis

프로퍼티 상세

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

Draw circles on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawCircle
리턴 DrawingMode

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

Draw lines on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawLine
리턴 DrawingMode

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

Draw individual points on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawPoint
리턴 DrawingMode

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

Draw polygons on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawPolygon
리턴 DrawingMode

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

Draw rectangles on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawRectangle
리턴 DrawingMode

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

When in this mode the user can add/remove/move points/coordinates of a shape, rotate shapes, drag shapes.
public static DrawingMode,AzureMapsControl.Components.Drawing EditGeometry
리턴 DrawingMode

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

Sets the drawing manager into an idle state. Completes any drawing/edit that are in progress.
public static DrawingMode,AzureMapsControl.Components.Drawing Idle
리턴 DrawingMode