点击或拖拽改变大小

DrawArgs 构造函数

绘制参数 构造函数

命名空间:  GISShare.SMap.WinForm.View
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public DrawArgs(
	string strName,
	bool bCancel,
	Graphics graphics,
	Rectangle clipRectangle,
	ITarget pTarget
)

参数

strName
类型: SystemString
名称
bCancel
类型: SystemBoolean
是否取消
graphics
类型: System.DrawingGraphics
绘制
clipRectangle
类型: System.DrawingRectangle
绘制区域
pTarget
类型: GISShare.SMap.WinForm.ViewITarget
指定本次绘制的对象
参见