次の方法で共有


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) で、画像の下部中央を表します。

適用対象