C# Class AzureMapsControl.Components.Drawing.DrawingButton

Datei anzeigen Open project: arnaudleclerc/AzureMapsControl.Components

Public Properties

Property Type Description
DrawCircle DrawingButton
DrawLine DrawingButton
DrawPoint DrawingButton
DrawPolygon DrawingButton
DrawRectangle DrawingButton
EditGeometry DrawingButton

Private Methods

Method Description
DrawingButton ( string button ) : System.Diagnostics.CodeAnalysis

Property Details

DrawCircle public_oe static_oe property

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

DrawLine public_oe static_oe property

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

DrawPoint public_oe static_oe property

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

DrawPolygon public_oe static_oe property

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

DrawRectangle public_oe static_oe property

Draw rectangles on the map.
public static DrawingButton DrawRectangle
return DrawingButton

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 DrawingButton EditGeometry
return DrawingButton