다음을 통해 공유


Polygon.IndexOf(Location) 메서드

정의

지정된 위치 개체의 인덱스입니다.

public:
 virtual int IndexOf(Microsoft::Maui::Devices::Sensors::Location ^ item);
public int IndexOf (Microsoft.Maui.Devices.Sensors.Location item);
abstract member IndexOf : Microsoft.Maui.Devices.Sensors.Location -> int
override this.IndexOf : Microsoft.Maui.Devices.Sensors.Location -> int
Public Function IndexOf (item As Location) As Integer

매개 변수

item
Location

인덱스가 결정되는 위치 개체입니다.

반환

위치를 찾을 수 없는 경우 지정된 위치의 인덱스가 반환 -1됩니다.

구현

적용 대상