Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
BMap
NET
WindowsForm
BMapElements
BMapElement
C# Class BMap.NET.WindowsForm.BMapElements.BMapElement
地图元素基类
Exibir arquivo
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