C# Class AzureMapsControl.Components.Drawing.DrawingMode

Datei anzeigen Open project: arnaudleclerc/AzureMapsControl.Components

Public Properties

Property Type Description
DrawCircle DrawingMode
DrawLine DrawingMode
DrawPoint DrawingMode
DrawPolygon DrawingMode
DrawRectangle DrawingMode
EditGeometry DrawingMode
Idle DrawingMode

Private Methods

Method Description
DrawingMode ( string mode ) : System.Diagnostics.CodeAnalysis

Property Details

DrawCircle public_oe static_oe property

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

DrawLine public_oe static_oe property

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

DrawPoint public_oe static_oe property

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

DrawPolygon public_oe static_oe property

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

DrawRectangle public_oe static_oe property

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

EditGeometry public_oe static_oe property

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
return DrawingMode

Idle public_oe static_oe property

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