次の方法で共有


ComponentTray.GetLocation(IComponent) メソッド

定義

コンポーネント トレイの左上隅に対して相対的に、指定したコンポーネントの位置を取得します。

public:
 System::Drawing::Point GetLocation(System::ComponentModel::IComponent ^ receiver);
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point GetLocation (System.ComponentModel.IComponent receiver);
[<System.ComponentModel.Browsable(false)>]
member this.GetLocation : System.ComponentModel.IComponent -> System.Drawing.Point
Public Function GetLocation (receiver As IComponent) As Point

パラメーター

receiver
IComponent

位置を取得する対象の IComponent

戻り値

Point

指定したコンポーネントの座標を示す Point。または、指定したコンポーネントがコンポーネント トレイで見つからない場合は空の Point。 空の PointIsEmpty プロパティは true に等しく、通常、X プロパティおよび Y プロパティはそれぞれ 0 です。

属性

注釈

GetLocation は、コンポーネント トレイ内の各コンポーネントに追加される場所エクステンダー プロパティのアクセサー メソッドです。

適用対象