点击或拖拽改变大小

MapRenderEventArgs 构造函数

地图渲染事件 参数 构造函数

命名空间:  GISShare.SMap.WPF.View
程序集:  GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public MapRenderEventArgs(
	DrawingContext graphics,
	Rect clipRectangle,
	bool bIsDatum
)

参数

graphics
类型: System.Windows.MediaDrawingContext
绘制
clipRectangle
类型: System.WindowsRect
绘制区域
bIsDatum
类型: SystemBoolean
是否为基线
参见