点击或拖拽改变大小

DrawArgs 构造函数

绘制参数 构造函数

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

参数

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