点击或拖拽改变大小

GraphicsLayerRenderGraphics 方法

渲染画布(内置的方法便于继承修改)

命名空间:  GISShare.SMap.WinForm.Layer
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
protected virtual bool RenderGraphics(
	DrawType eDrawType,
	IDisplay pDisplay,
	IDrawArgs pDrawArgs
)

参数

eDrawType
类型: GISShare.SMap.WinForm.ViewDrawType
绘制类型
pDisplay
类型: GISShare.SMap.WinForm.ViewIDisplay
显示对象
pDrawArgs
类型: GISShare.SMap.WinForm.ViewIDrawArgs
绘制参数

返回值

类型: Boolean
成功返回true
参见