C# Class AzureMapsControl.Components.Drawing.DrawingMode

Afficher le fichier Open project: arnaudleclerc/AzureMapsControl.Components

Méthodes publiques

Свойство Type Description
DrawCircle DrawingMode
DrawLine DrawingMode
DrawPoint DrawingMode
DrawPolygon DrawingMode
DrawRectangle DrawingMode
EditGeometry DrawingMode
Idle DrawingMode

Private Methods

Méthode 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
Résultat DrawingMode

DrawLine public_oe static_oe property

Draw lines on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawLine
Résultat DrawingMode

DrawPoint public_oe static_oe property

Draw individual points on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawPoint
Résultat DrawingMode

DrawPolygon public_oe static_oe property

Draw polygons on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawPolygon
Résultat DrawingMode

DrawRectangle public_oe static_oe property

Draw rectangles on the map.
public static DrawingMode,AzureMapsControl.Components.Drawing DrawRectangle
Résultat 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
Résultat 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
Résultat DrawingMode