C# Class BMap.NET.WindowsForm.BMapElements.BMapElement

地图元素基类
Datei anzeigen Open project: sherlockchou86/BMap.NET

Public Methods

Method Description
Draw ( Graphics g, LatLngPoint center, int zoom, Size screen_size ) : void

绘制方法

Method Details

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