绘制参数 构造函数
命名空间:
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
)
Public Sub New (
strName As String,
bCancel As Boolean,
graphics As DrawingContext,
clipRectangle As Rect,
pTarget As ITarget
)
public:
DrawArgs(
String^ strName,
bool bCancel,
DrawingContext^ graphics,
Rect clipRectangle,
ITarget^ pTarget
)
new :
strName : string *
bCancel : bool *
graphics : DrawingContext *
clipRectangle : Rect *
pTarget : ITarget -> DrawArgs
参数
- strName
- 类型: SystemString
名称 - bCancel
- 类型: SystemBoolean
是否取消 - graphics
- 类型: System.Windows.MediaDrawingContext
绘制 - clipRectangle
- 类型: System.WindowsRect
绘制区域 - pTarget
- 类型: GISShare.SMap.WPF.ViewITarget
指定本次绘制的对象
参见