指定した座標にある先頭のアラームゾーンへの参照を取得します。
シンタックス
'宣言
Public Function AlarmZoneAtCoord( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As AlarmZone
public AlarmZone AlarmZoneAtCoord(
System.int ,
System.int
)
パラメータ
- XCoord
- テスト対象となるXクライアント座標
- YCoord
- テスト対象となるYクライアント座標
戻り値の型
指定した座標にある先頭のアラームゾーンへの参照
参照