Поделиться через


Polygon.Insert(Int32, Location) Метод

Определение

Вставляет объект расположения по указанному индексу.

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)

Параметры

index
Int32

Индекс, по которому нужно указать объект location.

item
Location

Объект расположения для вставки.

Реализации

Применяется к