Polygon.Insert(Int32, Location) Method

Definition

Inserts a location object at the specified index.

public:
 virtual void Insert(int index, Microsoft::Maui::Devices::Sensors::Location ^ item);
public void Insert (int index, Microsoft.Maui.Devices.Sensors.Location item);
abstract member Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
override this.Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
Public Sub Insert (index As Integer, item As Location)

Parameters

index
Int32

The index at which to specify the location object.

item
Location

The location object to insert.

Implements

Applies to