SuperMap.Web.Actions.DrawPolygon.DrawPolygon C# (CSharp) Method

DrawPolygon() public method

${ui_action_DrawPolygon_constructor_Map_D}
public DrawPolygon ( Map map ) : System
map SuperMap.Web.Mapping.Map ${ui_action_DrawPolygon_constructor_Map_param_map}
return System
        public DrawPolygon(Map map)
            : this(map, Cursors.Stylus)
        {
        }

Same methods

DrawPolygon::DrawPolygon ( Map map, System.Windows.Input.Cursor cursor ) : System