地图渲染事件 参数 构造函数
命名空间:
GISShare.SMap.WinForm.View
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public MapRenderEventArgs(
Graphics graphics,
Rectangle clipRectangle,
bool bIsDatum
)
Public Sub New (
graphics As Graphics,
clipRectangle As Rectangle,
bIsDatum As Boolean
)
public:
MapRenderEventArgs(
Graphics^ graphics,
Rectangle clipRectangle,
bool bIsDatum
)
new :
graphics : Graphics *
clipRectangle : Rectangle *
bIsDatum : bool -> MapRenderEventArgs
参数
- graphics
- 类型: System.DrawingGraphics
绘制 - clipRectangle
- 类型: System.DrawingRectangle
绘制区域 - bIsDatum
- 类型: SystemBoolean
是否为基线
参见