'宣言 Public Function LabelFromCoord( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByRef LabelIndex As System.Integer _ ) As System.Boolean
public System.bool LabelFromCoord( System.int XCoord, System.int YCoord, ref System.int LabelIndex )
パラメータ
- XCoord
 - クライアント X 座標。
 - YCoord
 - クライアント Y 座標。
 - LabelIndex
 - ラベルインデックス。
 
戻り値の型
このメソッドは、ラベルが指定した座標に存在する場合、True を返します。