SuperMap.WindowsPhone.Mapping.Map.OpenInfoWindow C# (CSharp) Method

OpenInfoWindow() public method

${WP_mapping_Map_method_openInfoWindow_D}
public OpenInfoWindow ( Point2D location, UIElement element ) : void
location SuperMap.WindowsPhone.Core.Point2D ${WP_mapping_Map_method_openInfoWindow_param_location}
element UIElement ${WP_mapping_Map_method_openInfoWindow_param_element}
return void
        public void OpenInfoWindow(Point2D location, UIElement element)
        {
            this.OpenInfoWindow(location, 0, 0, element);
        }
        /// <summary>${WP_mapping_Map_method_openInfoWindow_D}</summary>

Same methods

Map::OpenInfoWindow ( Point2D location, double offsetPixelX, double offsetPixelY, UIElement element ) : void