다음을 통해 공유


Polygon.CopyTo(Location[], Int32) 메서드

정의

자식 위치를 지정된 배열에 복사합니다.

public:
 virtual void CopyTo(cli::array <Microsoft::Maui::Devices::Sensors::Location ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.Maui.Devices.Sensors.Location[] array, int arrayIndex);
abstract member CopyTo : Microsoft.Maui.Devices.Sensors.Location[] * int -> unit
override this.CopyTo : Microsoft.Maui.Devices.Sensors.Location[] * int -> unit
Public Sub CopyTo (array As Location(), arrayIndex As Integer)

매개 변수

array
Location[]

자식 뷰를 복사할 대상 배열입니다.

arrayIndex
Int32

복사를 시작해야 하는 인덱스입니다.

구현

적용 대상