C# Класс AzureMapsControl.Components.Drawing.DrawingMode

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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