MapBillboard.NormalizedAnchorPoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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) ,表示图像的底部中心。