MapBillboard.NormalizedAnchorPoint 属性

定义

获取或设置 MapBillboard 的定位点。 定位点是 MapBillboard 上的点,该点位于 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 = mapBillboard.normalizedAnchorPoint;
mapBillboard.normalizedAnchorPoint = point;
Public Property NormalizedAnchorPoint As Point

属性值

MapBillboard 的定位点。

注解

默认值 (0.5,1) ,表示图像的底部中心。

适用于