BMap.NET.WindowsForm.BMapElements.BMapElement.Draw C# (CSharp) Method

Draw() public abstract method

绘制方法
public abstract Draw ( Graphics g, LatLngPoint center, int zoom, Size screen_size ) : void
g System.Drawing.Graphics 画布
center LatLngPoint 地图中心点坐标
zoom int 当前地图缩放级别
screen_size System.Drawing.Size 屏幕大小
return void
        public abstract void Draw(Graphics g, LatLngPoint center, int zoom, Size screen_size); 
    }
BMapElement