根据输入点的X、Y和Z轴坐标值来构造一个新的跟踪输入点事件参数类对象。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public PointInputEventArgs( double x, double y, double z ) |
参数
- x
- Type: System..::.Double
输入点的X轴坐标。
- y
- Type: System..::.Double
输入点的Y轴坐标。
- z
- Type: System..::.Double
输入点的Z轴坐标。