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

实现

适用于