MapIcon.NormalizedAnchorPoint 属性

定义

获取或设置 MapIcon 的定位点。 定位点是 MapIcon 上的点,位于 Location 属性指定的 MapControl 上的点。

public:
 property Point NormalizedAnchorPoint { Point get(); void set(Point value); };
Point NormalizedAnchorPoint();

void NormalizedAnchorPoint(Point value);
public Point NormalizedAnchorPoint { get; set; }
var point = mapIcon.normalizedAnchorPoint;
mapIcon.normalizedAnchorPoint = point;
Public Property NormalizedAnchorPoint As Point

属性值

MapIcon 的定位点。

注解

当你显示指向地图上特定位置的 MapIcon 图像时(例如,图钉或箭头),考虑将 NormalizedAnchorPoint 属性的值设置为图像上指针的大致位置。 如果你将 NormalizedAnchorPoint 的值保留为默认值 (0, 0)(表示图像的左上角),地图的 ZoomLevel 中的更改可能会导致图像指向其他位置。

适用于

另请参阅