地图渲染事件 参数 构造函数
命名空间:
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
)
Public Sub New (
graphics As DrawingContext,
clipRectangle As Rect,
bIsDatum As Boolean
)
public:
MapRenderEventArgs(
DrawingContext^ graphics,
Rect clipRectangle,
bool bIsDatum
)
new :
graphics : DrawingContext *
clipRectangle : Rect *
bIsDatum : bool -> MapRenderEventArgs
参数
- graphics
- 类型: System.Windows.MediaDrawingContext
绘制 - clipRectangle
- 类型: System.WindowsRect
绘制区域 - bIsDatum
- 类型: SystemBoolean
是否为基线
参见