'宣言 Public Function LabelFromCoord( _ ByVal x As System.Integer, _ ByVal y As System.Integer, _ ByRef labelIndex As System.Integer _ ) As System.Boolean
public System.bool LabelFromCoord( System.int x, System.int y, ref System.int labelIndex )
パラメータ
- x
- X クライアント座標(ピクセル)。
- y
- Y クライアント座標(ピクセル)。
- labelIndex
- ラベルのインデックス。
戻り値の型
このメソッドは、ラベルが指定の座標に存在するときに true を返します。LabelIndex は、参照で渡されるとおりに設定されます。