获取该元素相应的点集合。

命名空间:  SuperMap.UI
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public Point2D[] SnappedPoints { get; }

备注

当SnapMode为:PointOnPoint、PointOnEndpoint、PointWithHorizotalOrVertical、LineWithIntersection、PointOnRasterMiddle、PointOnRasterEdge时,该属性返回的数组长度为1;

当SnapMode为:LineWithFixedAngle、LineWithFiexedLength、LineWithParallel、LineWithPerpendicular时,长度为2;

当SnapMode为:PointOnLine、PointOnMidpoint、 PointOnExtension时,长度为3。

请参见