根据给定的参数构造一个新的跟踪事件参数类对象。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public TrackingEventArgs( double x, double y, double currentLength, double currentAngle, double currentAzimuth, double totalArea, double totalLength, Geometry geometry ) |
参数
- x
- Type: System..::.Double
当前绘制的最后一个节点的X坐标。
- y
- Type: System..::.Double
当前绘制的最后一个节点的Y坐标。
- currentLength
- Type: System..::.Double
当前绘制线段的长度。
- currentAngle
- Type: System..::.Double
当前绘制的线段与其前一条线段的夹角。
- currentAzimuth
- Type: System..::.Double
指定的当前鼠标点与其前一个节点的连线的方位角,即与正北方向的夹角,顺时针为正向。该属性值的范围为 [0,360],单位为度。
- totalArea
- Type: System..::.Double
所绘多边形的面积。
- totalLength
- Type: System..::.Double
所绘制线段的总长度。
- geometry
- Type: SuperMap.Data..::.Geometry
当前正在绘制的几何对象。