다음을 통해 공유


Polyline.Remove(Location) 메서드

정의

이 폴리라인에서 위치 개체를 제거합니다.

public:
 virtual bool Remove(Microsoft::Maui::Devices::Sensors::Location ^ item);
public bool Remove (Microsoft.Maui.Devices.Sensors.Location item);
abstract member Remove : Microsoft.Maui.Devices.Sensors.Location -> bool
override this.Remove : Microsoft.Maui.Devices.Sensors.Location -> bool
Public Function Remove (item As Location) As Boolean

매개 변수

item
Location

제거할 위치 개체입니다.

반환

true 위치가 성공적으로 제거되었으면 이고, 그렇지 않으면 false.

구현

적용 대상