MapRefresh 方法 (DrawType, Object, IBoundingBox) |
刷新
命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public void Refresh(
DrawType eDrawType,
Object objTarget,
IBoundingBox pBoundingBox
)
Public Sub Refresh (
eDrawType As DrawType,
objTarget As Object,
pBoundingBox As IBoundingBox
)
public:
virtual void Refresh(
DrawType eDrawType,
Object^ objTarget,
IBoundingBox^ pBoundingBox
) sealed
abstract Refresh :
eDrawType : DrawType *
objTarget : Object *
pBoundingBox : IBoundingBox -> unit
override Refresh :
eDrawType : DrawType *
objTarget : Object *
pBoundingBox : IBoundingBox -> unit
参数
- eDrawType
- 类型: GISShare.SMap.WPF.ViewDrawType
绘制类型 - objTarget
- 类型: SystemObject
指定本次绘制的对象 - pBoundingBox
- 类型: GISShare.SMap.GeometryIBoundingBox
视图范围
实现
IMapRefresh(DrawType, Object, IBoundingBox)
参见