Polygon.Remove(Location) Method

Definition

Removes a location object from this polygon.

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

Parameters

item
Location

The location object to remove.

Returns

true if the location was removed successfully, otherwise false.

Implements

Applies to